Pop!_OS Dotfiles Cleanup

- Add dracula themes as submodules in ~/.themes folder
- Add dracula pro vim theme to dotfiles
- Move steam dracula theme to ~/.themes folder
- Update bashrc to launch fish shell and set Qt Style
- Replace colorscripts with neofetch in fish shell greeting
- Fix syntax issue in kitty config
- Update neofetch config to print out less
This commit is contained in:
Sravan Balaji
2021-03-31 14:57:27 -04:00
parent b851c9239a
commit 8688db153f
59 changed files with 1341 additions and 40 deletions

View File

@@ -116,8 +116,8 @@ if ! shopt -oq posix; then
fi
fi
# Run neofetch when opening terminal
neofetch
# # Run neofetch when opening terminal
# neofetch
# ALIASES
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
@@ -125,6 +125,7 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
# EXPORTS
export EDITOR="code -w"
export TERM=xterm-256color
export QT_STYLE_OVERRIDE=kvantum
# Starship Prompt
eval "$(starship init bash)"
# Set fish as interactive shell only
exec fish