diff --git a/apply-dotfiles b/apply-dotfiles new file mode 100755 index 0000000..cb53795 --- /dev/null +++ b/apply-dotfiles @@ -0,0 +1,12 @@ +#!/usr/bin/env nix-shell +#! nix-shell -p stow + +stow bash +stow sh +stow .inputrc # Readline configuration + +stow vim +stow .vimrc + +stow ruby +stow python