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