Skip to content

keer2345/dotfiles-linux-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

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