This config is only tested on Ubuntu 22.04
Use Stow to store this files in "dotfile" directory instead directly in home directory in middle of the other file.
stow .Use Alacritty as terminal emulator
Use TMUX as terminal multiplexer
Use NeoVim as IDE
Ubuntu 22.04 :
# update
sudo apt update && sudo apt upgrade
# useful stuff
sudo apt install git
# stow
sudo apt install stow
# alacritty
sudo apt install alacritty
# tmux
sudo apt install tmux
# neovim (/!\ Problem can occur depending of which version is available on official repo)
sudo apt install neovim
# luarocks (use by neovim)
sudo apt install luarocks
# Rust-analzrer
Install Rust toolchain
# lua-language-server
Install via homebrew