You can choose to execute all of the setup commands at once, or to cherry pick which ones you want to install.
This is almost mandatory if you are using your device for programming, as without it, clang
can't work properly. This doesn't only impact C++ developers, as for example go
code won't compile without it either.
You might have to re-run this command (xcode-select --install
) after some MacOS updates as well.
Homebrew is a must have on any OSX machine. It allows you to download and update apps, plugins, packages, fonts, libraries... Pretty much anything. It is also required to install it in order to run the apps and plugins installation, the nerd fonts installation as well as the system tools installation.
If you already have it installed, you might still want to run the Install Homebrew
task as it will add custom homebrew casks used to download fonts, apps and tools in other instructions.
This instruction installs the following apps:
- BetterTouchTool
- Docker
- Google Chrome
- iterm2
- iStat menus
- postman
- resolutionator
- shuttle
- spotify
- steam
- The Unarchiver
- Visual Studio Code
As well as the following QuickLook plugins:
- qlcolorcode
- qlimagesize
- qlmarkdown
- qlstephen
- quicklook-json
If you want to manually choose which apps to install, feel free to update setup.sh
and comment out or remove the apps that you don't need.
This installs the excellent nerd fonts.
This adds a bunch of command line tools command line apps to your mac, such as:
- autoconf
- coreutils
- curl
- ffmpeg
- fish
- findutils
- grc
- git
- imagemagick
- jpeg
- memcached
- mhash
- nmap
- openssl
- pkg-config
- python3
- tree
- unzip
As well as a few libraries:
- libevent
- libmemcached
- libpng
- libtiff
- libtool
- libxml2
- liblzf
This instruction adds 5 simple bash scripts to make docker and git more convenient to use
softcleandocker
: Removes unused docker imagescleandocker
: Removes all images, containers and volumes (similar to a factory reset but while keeping the settings)killdocker
: Kills all currently running docker containersgcheck
: Similar to agit checkout
but can use a partial branch name to match. Useful when using long branch names automatically generated from tickets
Installs the awesome fish shell. Warning though, the syntax is different to bash
and zsh
, it takes some time getting used to it. The smart autocompletion and customization options are great though.
Also installs OhMyFish (equivalent to OhMyZsh) as well as the theme used in the first image on top of this repository.
To get the same color scheme you will need to run download iterm2 theme and color schemes as well as install nerd fonts though.
It will also install my fish configuration, which has some personal stuff in it such as a german voice assistant screaming when my commands fail or succeed in the background, and a few aliases to log into my ssh servers (passwords not included though).
Downloads my iterm2 configuration as well as a few color schemes to your ~/Downloads
folder.
You can put the .plist
file in a folder of your choosing, and then go to the iTerm2 settings, in General
>Preferences
, and check Load preferences from a custom folder or URL
and choose that folder. It should import the configuration. Then, visit the Profiles
>Colors
tab and import the color scheme UllaakutDark.itermcolors
that should be in your ~/Downloads
See my article on how BetterTouchTool can make your touchbar useful.
Downloads three presets for BetterTouchTool
This will prompt you for your username and password, and then set your config to the following:
It will then also generate SSH keys and your public key will be copied to your clipboard, ready to be pasted in GitHub or whatever source control you use.
This will set a bunch of hidden OSX options to a more convenient state:
- Expand "Save" and "Print" panels
- Use current directory as default search scope in Finder
- Remove duplicate "Open With" options
- Show extensions in Finder
- Show path in Finder
- Expand save panel by default
- Save locally by default
- Column view by default
- Allow selecting text in Quick Look
- Use OSX print dialog in Chrome
- Copy email addresses, not names, from Mail
- Quit Printer app when complete
- Ignore Quarantine of unknown apps
- Reboot to a clean slate
- Enable "Tap to Click"
- Invert scrolling direction
- Open Finder at "~/" directory
- Don't create temporary files to network mounted drives
- Unhide "~/Library" folder
- Disable Time Machine prompt for every disk
- Configure Activity Monitor to always open a window, sorted by the most CPU intensive tasks
- Run
./setup.sh
and choose what you want it to automatically install- Install xcode command line tools (necessary for compiling most languages)
- Install Homebrew
- Install basic apps and plugins
- Install nerd-fonts (powerline + many symbols)
- Install system tools, command line tools & libraries
- Install docker and git custom scripts
- Install and configure fish shell
- Download iterm2 themes
- Download BetterTouchTool presets
- Configure git
- Generate SSH keys
- Configure OSX hidden settings
- Manually install
- VLC
- Microsoft Office
- Stremio
- TeamViewer
- Disk Inventory X
- Adobe Photoshop
- Spectacle
- Transmission
- High Sierra Media Key Enabler
- Open at login
- Chrome extensions
- AdBlock Plus
- Appear.in screen sharing
- Material Theme for Dev tools
- No Coin (bitcoin miner blocker)
- Social Fixer for Facebook
- Stylus
- CircleCI Dark
- Clear Dark Facebook
- Dark gmail
- Dark Google Calendar
- Dark HN
- Dark TwitchTV
- GitHub Dark
- Godoc.org Dark
- Google clean dark
- Slack Night mode
- Stackoverflow dark
- Stylus dark
- Toggl Dark Theme
- Wikipedia dark material design
- Change settings
- OSX
- Hot corner to lock
- Reduce keypress for accents as much as possible
- Put dock on the right
- Disable dashboard
- Reverse scroll
- Make trackpad as easy as possible
- Backup
- iStat Menu
- VScode
- Import configuration
- Install extensions
- VS Live Share
- Go
- LaTeX Workshop
- markdownlint
- C/C++
- Docker
- Git history
- GitLens
- dep
- Material Theme
- One Monokay Theme
- Prettier
- OSX