Manjaro Post-Install
- Update system
sudo pacman -Syyuusudo pacman -S base-devel
- yay
- Install
sudo pacman -S yay
- preload
- Install
yay -S preload
- Bitwarden
- Install
yay -S bitwarden
- NordVPN
- Install
yay -S nordvpn-bin - Enable
systemctl enable nordvpn - Start
systemctl start nordvpn - Add user
sudo usermod -aG nordvpn $USER - Reboot
reboot - Authenticate
nordvpn login - Connect to VPN
nordvpn connect - Set Autoconnect
nordvpn set autoconnect on - Disable IPV6
- btrfs Timeshift
- Install
yay -S timeshift
- SSH and GnuPG
- Install openSSH
yay -S openssh - Install GnuPG
yay -S gnupg - Import or create keys
- Browser
- Firefox
yay -S firefox
- Neovim
- Install
yay -S neovim
- Tmux
- Install
yay -S tmux
- Docker and docker-compose
- Install docker
yay -S docker - Add user
sudo usermod -aG docker $USER - Reboot
reboot - Install docker-compose
yay -S docker-compose
- asdf
Install
yay -S asdf-vmEnable
echo ". /opt/asdf-vm/asdf.sh" >> ~/.zshrcand reloadAdd golang
asdf plugin add golangInstall golang
asdf install golang latestSet golang
asdf global golang latestAdd nodejs
asdf plugin add nodejsInstall nodejs
asdf install nodejs ltsSet nodejs
asdf global nodejs ltsUpdate npm
npm install -g npmUpdate yarn
npm install -g yarnAdd awscli
asdf plugin add awscliInstall awscli
asdf install awscli latestSet awscli
asdf global awscli latestAdd gcloud
asdf plugin add gcloudInstall gcloud
asdf install gcloud latestSet gcloud
asdf global gcloud latest
- Git
- Install
yay -S git
- ZSH
- Install
yay -S zsh
Twingate
Sparrow Wallet
- Install
yay -S sparrow-wallet
- BISQ
- Install
yay -S bisq-bin