hoxu / dotfiles

Some of my personal $HOME dotfiles/rcfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

git clone <url> ~/.dotfiles
cd ~/.dotfiles
stow -nv tmux                 # see what would be done
stow -v tmux                  # actually link the files

Host-specific changes

cd ~/.dotfiles
git checkout -b <hostname>    # create a host-specific branch
git push -u origin <hostname> # push the branch

Update a local checkout

git pull --rebase origin master
git submodule update --init

About

Some of my personal $HOME dotfiles/rcfiles


Languages

Language:Shell 61.1%Language:Vim Script 38.9%