8 lines
87 B
Bash
Executable file
8 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
|
|
stow -t ~ bash
|
|
stow -t ~ vim
|
|
stow -t ~ iex
|
|
stow -t ~ tmux
|
|
stow -t ~ nvim
|
|
|