Following the installation guide to install PNPM on a POSIX system.
The config to make it available in zsh is in .zshrc
.
Experimenting with fnm over nvm - install can be done through the script provided on GitHub.
I use Omarchy as a base. There are some packages I have installed with yay -S <package-name>
.
These are firefox-developer-edition
and slack
.
yay -S firefox-developer-edition slack keyd
I have also removed some packages that I do not need. These are spotify
and zoom
.
yay -R spotify zoom
I like to use the capslock key for something else. I've installed keyd
using yay
.
After the /etc/keyd/default.conf is moved in the right directory,
further setup requires us to run
sudo systemctl enable keyd
sudo systemctl start keyd