new setup version; more modular

This commit is contained in:
Wryn Wagner
2021-09-15 01:48:37 -06:00
parent 15ea50e6ff
commit fff9113216
33 changed files with 540 additions and 317 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
source "$HOME/.config/wryn/env/env"
source "$HOME/.config/wryn/env/env.zsh"
[ ! -d "$HOME/.vim" ] && mkdir "$HOME/.vim"
[ ! -d "$HOME/.vim/colors" ] && mkdir "$HOME/.vim/colors"