Update files structure

This commit is contained in:
Andrejus
2020-07-12 04:01:46 +01:00
parent b748e73e80
commit 1418a61962
19 changed files with 16 additions and 47 deletions

View File

@@ -9,11 +9,6 @@ if not_installed "fish"; then
fi
echo "fish is installed"
fish_source="$dotfiles_dir/fish"
fish_target="$XDG_CONFIG_HOME/fish"
link_folder "$fish_source" "$fish_target"
echo "fish dotfiles linked"
fish --version
fisher_location="$XDG_CONFIG_HOME/fish/functions/fisher.fish"