8 lines
91 B
Bash
Executable file
8 lines
91 B
Bash
Executable file
#!/bin/bash
|
|
|
|
stow -t ~ bash
|
|
stow -t ~ screen
|
|
stow -t ~ vim
|
|
stow -t ~ slate
|
|
stow -t ~ tmux
|
|
|