This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| packages=( | |
| wingo-git | |
| xterm | |
| screen | |
| nerd-fonts-git | |
| neovim | |
| python-neovim | |
| python2-neovim | |
| ruby-neovim | |
| vtop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;===================================================== | |
| ; | |
| ; To learn more about how to configure Polybar | |
| ; go to https://github.com/jaagr/polybar | |
| ; | |
| ; The README contains alot of information | |
| ; | |
| ;===================================================== | |
| [colors] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| Packages = %w( | |
| connman | |
| connman-gtk | |
| termite | |
| rofi-git | |
| polybar-git | |
| i3gaps-git | |
| i3status-git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # _ __ __ _____ __ | |
| # | | / /___ _____ __________ _____ / /_/ __(_) /__ | |
| # | | / / __ `/ __ `/ ___/ __ `/ __ \/ __/ /_/ / / _ \ | |
| # | |/ / /_/ / /_/ / / / /_/ / / / / /_/ __/ / / __/ | |
| # |___/\__,_/\__, /_/ \__,_/_/ /_/\__/_/ /_/_/\___/ | |
| # /____/ | |
| # Change this to suit your dotfiles setup and copy to your *HOST* machine: $HOME/.vagrant.d/Vagrantfile |