Last active
August 27, 2024 12:12
-
-
Save takitani/a43696dfa00bc56a46b208b4ce1180c5 to your computer and use it in GitHub Desktop.
Os Setup - CachyOs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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