Add script for applying dotfiles
This commit is contained in:
12
apply-dotfiles
Executable file
12
apply-dotfiles
Executable 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
|
||||
Reference in New Issue
Block a user