Skip to content

Latest commit

 

History

History
33 lines (32 loc) · 566 Bytes

README.md

File metadata and controls

33 lines (32 loc) · 566 Bytes

dotconfig

Contains configuration for following programs:

  • xfce4-terminal
  • zsh
  • fzf
  • tmux
  • vim

installation

mkdir ~/.config
cd ~/.config
git init .
git remote add origin https://github.com/i-sinister/dotconfig
git pull
git pull origin master
cd ~

zsh

To make zsh default shell run chsh -s $(which zsh) then logout and login again.

~/.config/zsh/install.sh

tmux

~/.config/tmux/install.sh

vim

Uses Plug for plugin management

~/.config/vim/install.sh

Then open vim and run PlugInsall