9 lines
105 B
Bash
Executable file
9 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
|
|
stow -t ~ bash
|
|
stow -t ~ screen
|
|
stow -t ~ vim
|
|
stow -t ~ slate
|
|
stow -t ~ iex
|
|
stow -t ~ tmux
|
|
|