joshkel / dotfiles

dot files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These are my dotfiles.

To get started:

cat <<EOF | bash
set -e
cd ~
git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
. .homesick/repos/homeshick/homeshick.sh
yes | homeshick clone joshkel/dotfiles
bin/homeshick-clone-all.sh
homeshick pull
homeshick cd dotfiles
git remote set-url --push origin git@github.com:joshkel/dotfiles.git
cd ~
EOF

# If all of the above worked:
. .bashrc
vim +PluginInstall +qall

(If starting from scratch, chezmoi might be better than homeshick.)

About

dot files


Languages

Language:Python 35.6%Language:Vim Script 31.2%Language:Shell 26.7%Language:Perl 3.9%Language:GDB 1.5%Language:PHP 0.6%Language:Ruby 0.3%Language:JavaScript 0.2%