Add script for applying dotfiles
This commit is contained in:
parent
c35301bd9b
commit
909fc02f42
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
|
||||||
Loading…
x
Reference in New Issue
Block a user