11 lines
140 B
Bash
Executable file
11 lines
140 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
|
|
stow -t ~ git
|
|
|