Setup checklist

Install Alacritty

  • #/usr/share/applications/alacritty.desktop
    [Desktop Entry]
    Type=Application
    TryExec=alacritty
    Exec=alacritty
    Icon=Alacritty
    Terminal=false
    Categories=System;TerminalEmulator;
    
wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/latest/download/FiraMono.zip \
&& cd ~/.local/share/fonts \
&& unzip FiraMono.zip \
&& rm FiraMono.zip \
&& fc-cache -fv

Install Starship

cargo install starship --locked

Switch from bash to zsh

sudo apt get zsh
chsh -s $(which zsh)

Load security items

chmod 0600 <key>

Load dotfiles and pre-requisites.

sudo apt install stow keychain
cd
git clone [email protected]:mark-pitblado/dotfiles.git.
cd ~/dotfiles
stow .

Install Neovim

Neovim

Install commandline tools

cd ~/dotfiles
./rust-tools.sh

Install Catppuccin KDE theme