Add script for applying dotfiles

This commit is contained in:
Andrew R. M 2019-12-15 17:22:12 -05:00
parent c35301bd9b
commit 909fc02f42

12
apply-dotfiles Executable file
View File

@ -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