Setup script for a new work environment
Download contents:
curl -fsSL https://github.com/andre-lameirinhas/work-setup/archive/master.tar.gz | tar -xz
Run script:
cd work-setup-master && ./work-setup.sh && cd ..
After the installation script finishes successfully, execute these steps:
- In Opera Browser
- Switch search engine to DuckDuckGo
- Add Bitwarden extension
- Enable VPN
- In iTerm2
- Select Nerd Font: iTerm2 -> Settings... -> Profiles -> Text -> Font and then select
FiraCode Nerd Font Mono
- Change default window size: iTerm2 -> Settings... -> Profiles -> Window and then Columns = 200 and Rows = 50
- Select Nerd Font: iTerm2 -> Settings... -> Profiles -> Text -> Font and then select
- Setup MeetingBar with your calendar
- Add Raycast extensions
- Toothpick
- Kill Process
- Spotify Player
To test your setup, run this command:
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/andre-lameirinhas/work-setup/refs/heads/master/tests/test.sh)"
Prevents computer from going to sleep. coffee -h
for available commands.
Upgrades brew packages and keeps a log in $HOME/brew_upgrade.log. Runs every day at 8am.
Stores colors to be used in scripts.
- Fix coffee reference in test.sh when calling it via curl