Skip to content

ruanyf/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backup my dotfiles with GNU stow.

Howto: https://alexpearce.me/2016/02/managing-dotfiles-with-stow/

Usage

$ git clone git@github.com:ruanyf/dotfiles.git
$ cd dotfiles

# restore .bashrc
$ stow bash -t ~

# restore .vimrc
$ stow vim -t ~

# restore fish
# restore i3 (should install rofi & dmenu first)
# restore i3status
$ stow config -t ~/.config

About

My various config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.9%
  • Vim Script 14.1%