Skip to content

Instantly share code, notes, and snippets.

# install_pip
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
# install_mopidy
pip install Mopidy
# install_mopidy_spotify
pip install Mopidy-Spotify
### DOCKER ###
# Choose one of the first two options, then comment out the other
# set up docker from source
curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh
# set up cocker from repository
sudo dnf -y install dnf-plugins-core
@JeremyOttley
JeremyOttley / pacman.conf
Last active September 2, 2017 14:28
pantheon
# add check for pacaur
packagelist=(
emacs
pantheon-session-bzr
plank-bzr
pantheon-default-settings
gnome-settings-daemon-elementary
#gnome-settings-daemon-ubuntu
#elementary-dpms-helper-bzr
wingpanel-indicator-power-git
packages=(
wingo-git
xterm
screen
nerd-fonts-git
neovim
python-neovim
python2-neovim
ruby-neovim
vtop
@JeremyOttley
JeremyOttley / config
Created September 3, 2017 20:08
Polybar
;=====================================================
;
; To learn more about how to configure Polybar
; go to https://github.com/jaagr/polybar
;
; The README contains alot of information
;
;=====================================================
[colors]
#!/bin/bash
clear
username=$(whoami)
interface=`ip route show | cut -d ' ' -f 3 | head -1`
interface=$(ip route show | awk '{print $NF}' | tail -1)
echo "What is the full path of the directory containing your music?"
read -e -p "> " music_dir
if test -n "$(pgrep pulseaudio)";
then
@JeremyOttley
JeremyOttley / w10.sh
Last active October 22, 2017 19:54
xfce to w10
#https://www.waterfoxproject.org/
#MX-16 + kxstudio repos + http://b00merang.weebly.com/windows-10.html
####
sudo apt-get -y update && sudo apt update -y && sudo apt upgrade -y
#sudo add-apt-repository ppa:noobslab/themes
#sudo apt-get -y update
#sudo apt-get -y install windows-10-themes
@JeremyOttley
JeremyOttley / charles.sh
Last active October 23, 2017 02:52
Computer Build for Charles
sudo apt-get -y update && sudo apt update -y && sudo apt upgrade -y
sudo apt-get -y install apt-transport-https software-properties-common curl git wget
wget https://raw.githubusercontent.com/B00merang-Project/Shell-Scripts/master/transpack.sh
sudo chmod +x transpack.sh
./transpack.sh
echo -e "1\nyes" | /home/$USER/transpack.sh
cd ~
git clone https://github.com/keeferrourke/capitaine-cursors.git
cd capitaine-cursors
sudo cp -pr dist/ /usr/share/icons/capitaine-cursors
@JeremyOttley
JeremyOttley / pacaur.rb
Created October 22, 2017 21:31
ruby pac
#!/usr/bin/env ruby
Packages = %w(
connman
connman-gtk
termite
rofi-git
polybar-git
i3gaps-git
i3status-git
# -*- mode: ruby -*-
# vi: set ft=ruby :
# _ __ __ _____ __
# | | / /___ _____ __________ _____ / /_/ __(_) /__
# | | / / __ `/ __ `/ ___/ __ `/ __ \/ __/ /_/ / / _ \
# | |/ / /_/ / /_/ / / / /_/ / / / / /_/ __/ / / __/
# |___/\__,_/\__, /_/ \__,_/_/ /_/\__/_/ /_/_/\___/
# /____/
# Change this to suit your dotfiles setup and copy to your *HOST* machine: $HOME/.vagrant.d/Vagrantfile