- Homebrew, run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- git, run:
brew install git
Some of the tools used require local configuration. Like git
with username and email:
- Run
touch ~/.gitconfig_local
to create the file. - Store any user-specific data.
You find a simple example of this file here.
To set things up, dotbot
is used. Steps:
- Clone this repo with:
git clone https://github.com/thmswt/dotfiles
cd dotfiles/
- Run:
bash ./install.sh
- The LogiTune cask only downloads the app, to install it run:
open /opt/homebrew/Caskroom/logitune/3.6.255/LogiTuneInstaller.app
- Import the config file into Rectangle.
- (Optionally) Run
bash macos/settings.sh
if you want to configure your macOS.
WTFPL: do the fuck you want. Enjoy!