10 lines
126 B
Bash
Executable file
10 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
stow -t ~ bash
|
|
stow -t ~ vim
|
|
stow -t ~ iex
|
|
stow -t ~ tmux
|
|
stow -t ~ nvim
|
|
stow -t ~ ctags
|
|
stow -t ~ editorconfig
|
|
|