Restore config.fish, bump gitignore/utils
This commit is contained in:
2
files/home/.config/fish/.gitignore
vendored
Normal file
2
files/home/.config/fish/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
functions
|
||||||
|
!functions/nvm.fish
|
||||||
17
files/home/.config/fish/config.fish
Normal file
17
files/home/.config/fish/config.fish
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Only execute in interactive shell
|
||||||
|
if status is-interactive
|
||||||
|
|
||||||
|
# Fish specific
|
||||||
|
set fish_greeting
|
||||||
|
set --global hydro_symbol_prompt "\$"
|
||||||
|
set --global hydro_symbol_git_dirty "~"
|
||||||
|
if type -q base16-seti
|
||||||
|
base16-seti
|
||||||
|
end
|
||||||
|
|
||||||
|
# Cross-shell setup
|
||||||
|
if begin; test -e $HOME/.profile; and type -q replay; end
|
||||||
|
replay "source $HOME/.profile"
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
@@ -4,4 +4,3 @@ jorgebucaran/replay.fish
|
|||||||
joseluisq/gitnow
|
joseluisq/gitnow
|
||||||
tomyun/base16-fish
|
tomyun/base16-fish
|
||||||
PatrickF1/fzf.fish
|
PatrickF1/fzf.fish
|
||||||
jorgebucaran/fisher
|
|
||||||
|
|||||||
@@ -83,5 +83,6 @@ function stow_package {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
echo "Stowing $ABS_DIR/files/$name to $target"
|
||||||
sudo stow --dir="$ABS_DIR/files" --target=$target $name
|
sudo stow --dir="$ABS_DIR/files" --target=$target $name
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user