| .. | ||
| functions | ||
| config.fish | ||
| fish_variables | ||
| README.md | ||
Gaiety's Dotfiles
fish
A terminal shell
Setup
sudo pacman -S fish
chsh -s `which fish`
echo "source {location_of_dotfiles}/fish/config.fish" >> ~/.config/fish/config.fish
Log out, then back in
fish_config
- Choose the
draculacolor scheme - Choose the
Terlarprompt
Add the following to the ~/.config/fish/config.fish
if status is-interactive
and not set -q TMUX
exec tmux
end