- fish
- fisher
- fisher install lewisacidic/fish-git-abbr
git config --global user.email "[email protected]"
git config --global user.name "PabloDinella"
-
Update the system
sudo apt update sudo apt upgrade
-
Install Brave
sudo apt install curl curl -fsS https://dl.brave.com/install.sh | sh
-
Install KDEConnect and send the Brave sync code over it from another device
-
Install fish and make it default shell
sudo apt install fish chsh -s /usr/bin/fish
For it to take effect, I had to restart.
-
Download WezTerm and move it to ~/bin
curl -LO https://github.com/wez/wezterm/releases/download/20240203-110809-5046fc22/WezTerm-20240203-110809-5046fc22-Ubuntu20.04.AppImage chmod +x WezTerm-20240203-110809-5046fc22-Ubuntu20.04.AppImage mkdir ~/bin mv ./WezTerm-20240203-110809-5046fc22-Ubuntu20.04.AppImage ~/bin/wezterm
-
Setup FUSE for running Appimages
sudo add-apt-repository universe sudo apt install libfuse2t64
-
Add ~/bin to path
fish_add_path ~/bin/
-
Install AppImageLauncher
curl "https://api.github.com/repos/TheAssassin/AppImageLauncher/releases/latest" \ | jq .assets[].browser_download_url \ | grep amd64.deb \ | grep bionic \ | xargs -I{} curl -L {} -o ~/Downloads/appimagelauncher.deb
-
Run wezterm and integrate (change default location to ~/bin/)
-
TODO
How to play in HiDPI (with Bolt launcher): Adamcake/Bolt#68
GDK_SCALE=3 GDK_DPI_SCALE=0.5 bolt
- Cool apps for sharing screenshots and gifs of screen (flameshot and peek): https://twitter.com/pablordinella/status/1283101626228711424