Restructure for symlink

This change makes it easier to recursively copy these config files into
a real home directory and also gets rid of empty folders
This commit is contained in:
Ian Keane 2022-06-07 13:47:55 -04:00
parent d9d326eaa1
commit 9a6bfc1daf
111 changed files with 560 additions and 2114 deletions

View file

@ -1,7 +0,0 @@
# Path to Oh My Fish install.
set -q XDG_DATA_HOME
and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
or set -gx OMF_PATH "$HOME/.local/share/omf"
# Load Oh My Fish configuration.
source $OMF_PATH/init.fish