- git clone this project
- cd /bin/
- run hlink
- run vimbundles.sh
For git completion, make sure you've run brew install bash-completion
and sourced ~/.bashrc
http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html
- brew install zsh
- sudo dscl . -create /Users/$USER UserShell /usr/local/bin/zsh
- Confirm the install: dscl . -read /Users/$USER UserShell
Sometimes when upgrade the OS, your shell will get reset. So check it. This is done with item 3.
If your permissions get reset for the location that brew stores everything, you can fix it with the following command.
`sudo chown -R $(whoami):admin /usr/local`
- Install Xcode
- Open Xcode and let it finish installing its components
- xcode-select --install
- sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
- brew install macvim --with-lua --with-override-system-vim
-
Install ansible and run ansible
sudo apt update sudo apt install ansible -y cd ~/dotmatrix sudo ansible-playbook -c local -i localhost, local.yml
-
We could also access a playbook from github. This would be handy for initial setup procedures.
sudo ansible-pull -U https://github.com/<your_user_name>/ansible.git