13 lines
149 B
Plaintext
Executable File
13 lines
149 B
Plaintext
Executable File
#!/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
|