My personal set-up scripts.
apt-update-upgrade.shdoes what its name impliessymlink.shsets up symbolic links in$HOMEgit.shadds ppa git repo and updates its versionzsh.shinstalls zshoh-my-zsh.shinstalls oh my zsh and the plugins I like to usesdkman.shinstalls sdkman and packages that it depends ongo.shinstalls latest version of govscode.shinstalls vs codebrave-browser.shinstalls brave-browserdiscord.shinstalls discordjetbrains-toolbox.shinstalls jetbrains-toolboxobs-studio.shinstalls OBS Studiodocker.shinstalls dockersetup.shruns all scripts at once
git clone https://github.com/patrickovm/dotfiles.git ~/.dotfilescd ~/.dotfiles/scriptschmod +x ./setup.shrunning all scripts at once:
./setup.shexample of running an individual script:
chmod +x ./go.sh./go.sh