diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..d714361 --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,3 @@ +if status is-interactive + # Commands to run in interactive sessions can go here +end diff --git a/setup.sh b/setup.sh index 4e7d6b5..2474438 100755 --- a/setup.sh +++ b/setup.sh @@ -31,6 +31,7 @@ PKGS=( "startx" "lf" "jq" + "fish" ) # Define paths to symlink @@ -42,6 +43,7 @@ SYMLINKS=( ".gtkrc-2.0" ".config/tmux" ".config/alacritty" + ".config/fish" ".config/i3" ".config/i3status" ".config/rofi"