Skip to content

krisleech/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Download

cd ~
git clone git://github.com/krisleech/dotfiles.git

Quick Install 'common' dotfiles

Simulate a dry run first, then do it for real.

cd ~/dotfiles
./install_common --simulate -v
./install_common

The install script uses GNU stow to symlink the dotfiles in to place. stow which will not overwite files, but will replace existing symlinks.

Symlink dotfiles using GNU stow

cd ~/dotfiles/common
ls
stow --target=$HOME ack
stow --target=$HOME ag
stow --target=$HOME git
# etc.

Manually symlink dotfiles

ln -s ~/dotfiles/common/git/.gitignore ~/.gitignore
# etc.

dotfiles not in this project:

vimfiles https://github.com/krisleech/vimfiles

zsh https://github.com/robbyrussell/oh-my-zsh

fish https://github.com/bpinto/oh-my-fish

Releases

No releases published

Packages

No packages published