7 lines
97 B
Bash
Executable file
7 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
|
|
stow -t ~ bash
|
|
stow -t ~ git
|
|
stow -t ~ tmux
|
|
#stow -t ~ nvim
|
|
#stow -t ~ editorconfig
|