Skip to content

Instantly share code, notes, and snippets.

@shikharbhardwaj
Created January 6, 2018 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shikharbhardwaj/752d25b7e6cf87b0dc205ff6fc354882 to your computer and use it in GitHub Desktop.
Save shikharbhardwaj/752d25b7e6cf87b0dc205ff6fc354882 to your computer and use it in GitHub Desktop.
Dev environment setup
  1. Install software sudo apt-get install git build-essential python3 zsh tmux vim-nox wget curl
  2. Clone dotfiles git clone https://github.com/shikharbhardwaj/dotfiles
  3. Copy vimrc
  4. Clone vundle git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  5. Install plugins (ommit YouComleteMe) :PluginInstall
  6. Change default shell to zsh chsh -s $(which zsh)
  7. Install https://github.com/robbyrussell/oh-my-zsh
  8. Fix zshrc, patch theme, install syntax highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  9. Get https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.256dark
  10. Set up tmux.conf, install tpm, install tmux plugins git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

DONE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment