Skip to content

i-sinister/dotconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published