config/config.sh

11 lines
120 B
Bash
Raw Normal View History

2011-11-04 21:13:00 +00:00
#!/bin/bash
2017-09-12 16:20:12 +00:00
stow -t ~ bash
stow -t ~ screen
2017-09-12 16:42:03 +00:00
stow -t ~ vim
2017-09-15 14:49:29 +00:00
stow -t ~ slate
stow -t ~ iex
2018-05-28 21:02:56 +00:00
stow -t ~ tmux
2018-11-12 20:56:21 +00:00
stow -t ~ nvim
2012-06-09 21:43:55 +00:00