-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.sh
More file actions
35 lines (26 loc) · 1.78 KB
/
settings.sh
File metadata and controls
35 lines (26 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# GIT
GIT_NAME="Morten Noddeland"
GIT_EMAIL="morten@noddeland.no"
# APPLICATIONS
# The applications below are regular apps such as Chrome and Dropbox.
# 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 anydesk arq balsamiq-wireframes bartender bettertouchtool brooklyn color-oracle daisydisk discord dropbox electrum epic-games evernote figma firefox flux franz google-chrome handshaker iconjar iina imageoptim istat-menus iterm2 ivpn jaxx-liberty jetbrains-toolbox kap keycastr macmediakeyforwarder mailspring microsoft-edge microsoft-office mimestream notion numi openemu opera plex-media-player postman pycharm qlimagesize qlmobi quicklook-json raycast rowanj-gitx selfcontrol sketch signal slack spotify steam sublime-text superduper syntax-highlight teamviewer textsniper the-unarchiver transmission vivaldi visual-studio-code vlc webstorm"
# NODE
NPM_PACKAGES="n ncu yarn"
# HYPER (installed with hpm)
HPM_PACKAGES="hyper-snazzy hyperlinks hyperterm-1password"
# BREW (OPTIONAL)
OPTIONAL_BREW_PACKAGES="ack bat jsonpp gpg tldr tree wget"
# --------------------------------------------------------------
# DANGER ZONE! EDIT THE FOLLOWING SETTINGS WITH CARE
# Removing some of them might break the setup :/
# --------------------------------------------------------------
# BREW (ESSENTIAL)
ESSENTIAL_BREW_PACKAGES="coreutils diff-so-fancy fish highlight node pyenv vim openssl pinentry-mac readline sqlite3 xz zlib"
# FISH (installed with fisher)
FISHER_PACKAGES="rafaelrinaldi/pure jethrokuan/z jbonjean/re-search"
# BASH (installed with brew)
BASH_BREW_PACKAGES="bash bash-completion"
# PYTHON
PIP_PACKAGES="pygments virtualenv virtualfish"