-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.sh
executable file
·21 lines (17 loc) · 935 Bytes
/
settings.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# GIT
GIT_NAME="TODO: Your Name"
GIT_EMAIL="TODO: Your Email"
# APPLICATIONS
# The applications below are regular apps such as Chrome and Spotify.
# Please make sure that you remove all the programs you don't want to install on your computer
# P.S. The installer script won't install the applications unless you tell it to. It's your call :)
BREW_CASKS="1password appcleaner google-chrome iterm2 kap messenger notion
slack spectacle spotify tor-browser visual-studio-code"
# --------------------------------------------------------------
# DANGER ZONE! EDIT THE FOLLOWING SETTINGS WITH CARE
# Removing some of them might break the setup :/
# --------------------------------------------------------------
# BREW
BREW_PACKAGES="colima diff-so-fancy docker docker-completion docker-compose fzf git grep gnupg nvm openjdk@21 tfenv vim"
# ZSH (installed with brew)
ZSH_BREW_PACKAGES="zsh zsh-autosuggestions zsh-syntax-highlighting"