sudo dpkg-reconfigure localeshttps://launchpad.net/~fish-shell/+archive/ubuntu/release-3
https://github.com/jorgebucaran/fisher
mkdir -p ~/.fonts/MesloLGS
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf --output ~/.fonts/MesloLGS/"MesloLGS NF Regular.ttf"
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf --output ~/.fonts/MesloLGS/"MesloLGS NF Bold.ttf"
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf --output ~/.fonts/MesloLGS/"MesloLGS NF Italic.ttf"
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf --output ~/.fonts/MesloLGS/"MesloLGS NF Bold Italic.ttf"
fc-cache -f -vsudo apt-get install neovimfisher install IlanCosman/tide@v5sudo apt-get install dconf-cli uuid-runtime
bash -c "$(wget -qO- https://git.io/vQgMr)"restart term & configure fonts etc...
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.12.0
mkdir -p ~/.config/fish/completions; and ln -s ~/.asdf/completions/asdf.fish ~/.config/fish/completions
echo 'source ~/.asdf/asdf.fish' >> ~/.config/fish/config.fishAdd to ~/.config/fish/config.fish
set -U fish_user_paths $fish_user_paths $HOME/.arkade/bin
set -U fish_user_paths $fish_user_paths $HOME/.krew/bin
set -U fish_user_paths $fish_user_paths /usr/local/bin
set -U fish_user_paths $fish_user_paths $HOME/binarkade get k9sasdf plugin add glab; asdf install glab latest; asdf global glab latest
fisher install jethrokuan/zsudo apt-get remove fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
fisher install PatrickF1/fzf.fish