This repository contains my dotfiles for my Pop!_OS.
- OS: Pop!_OS 20.10
- Shell: fish + fisher
- Terminal: kitty + dracula theme
- Terminal Font: Fira Code Nerd Fonts
# Clone the repository:
git clone --bare https://github.com/Thund3rPat/dotfiles.git $HOME/.dotfiles
# define alias
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
# checkout contents to $HOME
dotfiles checkout
Install fisher: https://github.com/jorgebucaran/fisher
Then do:
fisher install IlanCosman/tide
fisher install dracula/fish
After that run:
tide configure