Added some stuff for my servers
This commit is contained in:
parent
01002b52d6
commit
5df8d0623b
1 changed files with 6 additions and 0 deletions
6
setup
6
setup
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
DOTFILES="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
# Links .gitconfig
|
||||
|
@ -99,6 +102,9 @@ then
|
|||
# Installs some gems
|
||||
sudo gem install localtunnel terminal-notifier
|
||||
else
|
||||
sudo apt-get install zsh
|
||||
chsh -s /bin/zsh josh
|
||||
|
||||
# Gives us access to `add-apt-repository`
|
||||
sudo apt-get install python-software-properties
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue