/unix_configs

Tmux and Vim configuration files repository. To be pulled to any server etc. for convenience.

Primary LanguageVim Script

System Tools Configuration Files

Vim, Tmux, (+ iTerm color scheme) configuration files repository. To be pulled to any server etc.

Vim

  1. Make sure vi/vim is working properly in the console.
  2. Install Vundle: https://github.com/VundleVim/Vundle.vim
  3. :PluginInstall

NeoVim

  1. Make sure vi/vim is working properly in the console.
  2. Install VimPlug: https://github.com/junegunn/vim-plug
  3. :PlugInstall

Tmux

  1. Make sure tmux is intalled, install using apt-get or brew if not.
  2. Move tmux.conf to ~/.config/tmux (tmux sees this)
  3. Do tmux source ~/.config/tmux.conf
  4. Restart bash/zsh

iTerm

  1. git clone https://github.com/challenger-deep-theme/tmux
  2. iTerm2 > Preferences > Profiles > Colors Tab.
  3. Open the Color Presets... drop-down in the bottom right corner.
  4. Select Import... from the list.
  5. Select the challenger-deep.itermcolors file.
  6. Select the challenger-deep from Color Presets...

Extras

  1. Install ripgrep https://github.com/BurntSushi/ripgrep
  2. Install challenger-deep theme manually for tmux and iterm, for neovim it can automatically be installed using vim-plug.