Scripts for setting up fresh installs just the way I like it.
Install essential desktop and terminal apps. Configure by editing all of the config/apps-to-install.sh
script.
./install-all-apps.sh
Runs both the install-desktop-apps.sh
and install-terminal-apps.sh
scripts.
Install essential terminal apps and set the default terminal to ZSH. Configure by editing the terminalapps
and zshplugins
arrays in config/apps-to-install.sh
.
./install-terminal-apps.sh
- Oh My Zsh
- PowerLevel10k Theme
- zsh-autosuggestions
- zsh-syntax-highlighting
- you-should-use
- copypath
- copyfile
- dirhistory
Set up good Git defaults by filling out the prompts.
./setup-git.sh
Apply the VS Code settings for your user.
Warning: will overwrite existing config
./setup-vscode.sh