Skip to main content

Manjaro Post-Install

  1. Update system
  • sudo pacman -Syyuu
  • sudo pacman -S base-devel
  1. yay
  • Install sudo pacman -S yay
  1. preload
  • Install yay -S preload
  1. Bitwarden
  • Install yay -S bitwarden
  1. 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
  1. btrfs Timeshift
  • Install yay -S timeshift
  1. SSH and GnuPG
  • Install openSSH yay -S openssh
  • Install GnuPG yay -S gnupg
  • Import or create keys
  1. Browser
  • Firefox yay -S firefox
  1. Neovim
  • Install yay -S neovim
  1. Tmux
  • Install yay -S tmux
  1. 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
  1. asdf
  • Install yay -S asdf-vm

  • Enable echo ". /opt/asdf-vm/asdf.sh" >> ~/.zshrc and reload

  • Add golang asdf plugin add golang

  • Install golang asdf install golang latest

  • Set golang asdf global golang latest

  • Add nodejs asdf plugin add nodejs

  • Install nodejs asdf install nodejs lts

  • Set nodejs asdf global nodejs lts

  • Update npm npm install -g npm

  • Update yarn npm install -g yarn

  • Add awscli asdf plugin add awscli

  • Install awscli asdf install awscli latest

  • Set awscli asdf global awscli latest

  • Add gcloud asdf plugin add gcloud

  • Install gcloud asdf install gcloud latest

  • Set gcloud asdf global gcloud latest

  1. Git
  • Install yay -S git
  1. ZSH
  • Install yay -S zsh
  1. Twingate

  2. Sparrow Wallet

  • Install yay -S sparrow-wallet
  1. BISQ
  • Install yay -S bisq-bin