a quick dotfile linker
bash <(curl https://raw.githubusercontent.com/nplh/nplh/master/install.sh)
1. nplh install yourusername/yourdotfiles
will install your dotfiles to ~/dotfiles
2. Setup your ~/dotfiles/nplh.yml
, as seen in Configuration
3. Run nplh
to link the dotfiles to their proper locations
1. Make a ~/dotfiles
directory
2. Move the dotfiles you want to keep to your ~/dotfiles
directory
3. As you move them, add them to ~/dotfiles/nplh.yml
, as seen in Configuration
4. When you’re done, run nplh
~/dotfiles/nplh.yml
is where you designate the locations that files should be linked to.
The keys in that file are the files in your dotfiles directory, and the values are the
locations in the file system that they should be linked to. The values can be strings or lists of strings.
vimrc:
- ~/.config/nvim/init.vim
- ~/.vimrc
zshrc: ~/.zshrc
i3: ~/.config/i3/config
i3status: ~/.config/i3status/config
xinitrc: ~/.xinitrc
zprofile: ~/.zprofile
gtkrc-2.0: ~/.gtkrc-2.0
gtk-3.0: ~/.config/gtk-3.0
agignore: ~/.agignore
gitconfig: ~/.gitconfig
gitignore: ~/.gitignore
bashrc: ~/.bashrc
dunstrc: ~/.config/dunst/dunstrc
pure.zsh: ~/.zfunctions/prompt_pure_setup
async.zsh: ~/.zfunctions/async
NAME:
No Place Like Home - A quick dotfile linker
USAGE:
nplh [options]
OPTIONS:
--directory value, -d value your dotfiles directory (default: "/home/caleb/dotfiles")
--help, -h show help
--version, -v print the version
VERSION:
1.0.0