Move my custom zshrc config into a better named folder
This commit is contained in:
parent
83adf42719
commit
b9cadeee59
45 changed files with 4 additions and 4 deletions
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Install ZSH
|
||||
sudo pkg install -y zsh
|
||||
sudo chsh -s `which zsh` vagrant
|
||||
sudo ln -s /usr/local/bin/zsh /usr/bin/zsh
|
||||
|
||||
# Install git
|
||||
sudo pkg install -y git
|
||||
# Install mercurial
|
||||
sudo pkg install -y mercurial
|
||||
# Install subversion
|
||||
sudo pkg install -y subversion
|
Loading…
Add table
Add a link
Reference in a new issue