Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1 KB

README.md

File metadata and controls

35 lines (31 loc) · 1 KB

keer2345's dotfiles

This is the repository of the config files, I need on every system. I manage my config files with homeshick, an awesome git dotfiles synchronizer written in bash.

About Homeshick

wiki

Install

git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick

My shell is ohmyzsh:

printf '\nsource "$HOME/.homesick/repos/homeshick/homeshick.sh"' >> $HOME/.zshrc
printf '\nfpath=($HOME/.homesick/repos/homeshick/completions $fpath)' >> $HOME/.zshrc

Usage

homeshick generate dotfiles
homeshick track dotfiles .bashrc
homeshick track dotfiles .config/i3/*
homeshick cd dotfiles
git commit -m "Initial commit, add .bashrc"
git remote add origin git@github.com:username/dotfiles.git
git push -u origin master
cd