Created
August 17, 2018 18:51
-
-
Save jakedahn/4714e7fb6c511834b3bc750cc9fdb259 to your computer and use it in GitHub Desktop.
This file contains 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 | |
sudo apt-get update && sudo apt-get dist-upgrade -y | |
sudo apt-get install git | |
git clone https://github.com/jakedahn/dotfiles | |
cd dotfiles | |
./scripts/atom-kali.sh | |
./scripts/chrome.sh | |
./scripts/fonts.sh | |
./scripts/gnome-terminal.sh | |
./scripts/inkdrop.sh | |
./scripts/janus.sh | |
./scripts/oh-my-zsh.sh | |
./scripts/pia.sh | |
./scripts/spotify.sh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment