Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 982 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 982 Bytes
  1. Manually install git, zsh, tmux etc.
sudo apt update
sudo apt install zsh git vim tmux wget -y
  1. Run bash file install.sh to copy the files into the right places and install relevant packages (PLEASE RUN THE SCRIPT IN THE DIRECTORY THAT HOLDS IT).
  2. List of configurations:
    • .vimrc
    • .bashrc
    • .zshrc
    • .npmrc
    • .gitconfig
    • .pip/pip.conf
    • .vim/colors/Tomorrow-Night.vim
    • .vim/after/ftplugin/*.vim (setting for different filetypes)
    • .vim/after/UltiSnips/*.snippets (snippets for UltiSnips)
    • .condarc
    • .tmux.conf (general settings, mostly taken from gpakosz/.tmux)
    • .tmux.conf.local (local settings)
  3. List of packages to install: