Skip to content

Instantly share code, notes, and snippets.

@DennyScott
Last active December 6, 2015 20:22
Show Gist options
  • Save DennyScott/a0af75ed5674f92594c2 to your computer and use it in GitHub Desktop.
Save DennyScott/a0af75ed5674f92594c2 to your computer and use it in GitHub Desktop.
New Mac
Install Chrome: https://www.google.com/chrome/browser/desktop/index.html
Install Slack, Xcode: App Store <--Do this quick, need it later
Install Unity: https://unity3d.com/get-unity/download?ref=personal
Install Android Studio: http://developer.android.com/tools/studio/index.html
Install Source Tree: https://www.sourcetreeapp.com/
Install Brew : ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Iterm 2 : https://www.iterm2.com/
Install TMux: brew install tmux
Install Pip: sudo easy_install pip
Install Neovim: brew install neovim/neovim/neovim
Install Neovim-Python: pip install --user neovim
Install GruvBox: https://github.com/flipxfx/gruvbox-terminal
Install Neovim rc: copy nvimrc to ~/.config/nvim/init.vim
Install vim-plug: curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Install Neovim Plugins: :PlugInstall
Install Oh-My-Zsh: sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Install zshrc: Copy .zshrc to ~/.zshrc
Install Mono: http://www.mono-project.com/download/
Install Omnisharp: cd ~/.config/nvim/plugged
git clone https://github.com/OmniSharp/omnisharp-vim.git
cd omnisharp-vim
git submodule update --init --recursive
cd server
xbuild
Install YouCompleteMe: cd ~/.config/nvim/plugged/YouCompleteMe
./install.py --clang-completer --omnisharp-completer
Install NVM: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
Install Node: NVM install 4.2
NVM alias default 4.2
Install Tern: cd ~/.config/nvim/plugged/tern_for_vim
npm i
Copy SSH to Github:
https://help.github.com/articles/generating-ssh-keys/
Install AStyle: http://sourceforge.net/projects/astyle/files/latest/download?source=files --> ~/Development
cd ~/Development/astyle
sudo xcodebuild install -project AStyle.xcodeproj
cd ~/Development/astyle/build
make
Install Powerfonts: git clone https://github.com/powerline/fonts ~/Downloads/powerfonts/
cd ~/Downloads/powerfonts/
./install.sh
Change iterm font to inconsolata for powerline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment