8 lines
125 B
Bash
Executable file
8 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
|
|
stow -t ~ bash
|
|
stow -t ~ git
|
|
stow -t ~ tmux
|
|
stow -t ~ nvim
|
|
stow -t ~ editorconfig
|
|
stow -t ~/.config/ tmuxinator
|