Skip to content

Instantly share code, notes, and snippets.

@salopst
Created April 6, 2024 11:41
Show Gist options
  • Save salopst/fff87f9cff3761a69879c3219d0154a4 to your computer and use it in GitHub Desktop.
Save salopst/fff87f9cff3761a69879c3219d0154a4 to your computer and use it in GitHub Desktop.
Linux Mint Install (2024-04-05) Notes

Linux Mint 21.3 x86_64

Cinnamon 6.0.4

from ventoy disk

Apt packages

sudo apt update and sudo apt upgrade
sudo apt install evtest arp-scan copyq flameshot

install Haskell stack ... and Kmonad

curl -sSL https://get.haskellstack.org/ | sh
mkdir ~/src && cd ~/src
https://github.com/kmonad/kmonad.git
cd kmonad
stack build
stack install

# Add self to the input and uinput groups
sudo usermod -aG input $USER
sudo groupadd uinput
sudo usermod -aG uinput $USER

install Rust stack:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install bat eza espanso

fzf

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf

flatpaks

flatpak install flathub com.visualstudio.code

login into and sync vscode... requires github account.

modify .bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment