Skip to content

almazary/dotfiles

 
 

Repository files navigation

setup

  • git clone https://github.com/pirey/dotfiles
  • go to cloned directory, then ./install [<dotfiles_dir>], where dotfiles_dir is directory where you clone this repo (default is ~/dotfiles). it will do these automatically for you:
    • install vim-plug if not already installed
    • create symlinks for all necessary dotfiles to your home directory

vim

  • install plugins:
    • open vim, then run command :PlugInstall to install listed plugins

tmux

  • all configuration does not need any aditional action, except for the plugin
  • to use plugin, install tmux plugin manager (Optional)
    • git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
    • In tmux session, prefix + I to install listed plugins

usage guide (TODO)

other

  • you can remove all symlinks generated by install step above, by calling ./uninstall inside your dotfiles directory (note that this will not remove vim-plug and all installed vim plugins)

About

personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 89.7%
  • Shell 10.3%