Skip to content

Instantly share code, notes, and snippets.

@takitani
Last active August 27, 2024 12:12
Show Gist options
  • Save takitani/a43696dfa00bc56a46b208b4ce1180c5 to your computer and use it in GitHub Desktop.
Save takitani/a43696dfa00bc56a46b208b4ce1180c5 to your computer and use it in GitHub Desktop.
Os Setup - CachyOs
sudo pacman -Syu
paru -S zsh google-chrome zip visual-studio-code-bin git copyq imwheel vlc obs-studio fastfetch remmina freerdp dropbox obsidian autokey-qt
sudo pacman -S freerdp
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ;
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions ;
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting ;
paru -S jetbrains-toolbox cursor-bin awsvpnclient dotnet-sdk aspnet-runtime
sudo systemctl enable awsvpnclient && sudo systemctl start awsvpnclient
Aws Vpn Client:
Se der pau:
amchacon commented on 2024-02-11 13:47 (UTC) (edited on 2024-02-11 13:48 (UTC) by amchacon)
This package depends from the package systemd-resolvconf in order to make it work with DNS (and therefore, with SAML aswell).
Renember you have to enable the service aswell:
sudo systemctl enable systemd-resolved.service
sudo systemctl start systemd-resolved.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment