Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.86 KB

File metadata and controls

67 lines (48 loc) · 1.86 KB

linux-init

Scripts for setting up fresh installs just the way I like it.

App Installation

Desktop

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.

Default Apps

Server

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

Default Apps

Default Terminal Setup

Git

Set up good Git defaults by filling out the prompts.

./setup-git.sh

VS Code

Apply the VS Code settings for your user.

Warning: will overwrite existing config

./setup-vscode.sh

ZSH

Configure ZSH with the PowerLevel10k theme and additional plugins. This is also run when setting up the terminal apps.

./setup-zsh.sh