Skip to content

Crustan/dotfiles

Repository files navigation

My dotfiles

A constantly updated collection of my dotfiles. Contains settings for zsh, Karabiner Elements, Mac OS, apps, etc...

Pre-requisities

For a smooth setup on a new Mac, start with the following steps before installing the dotfiles.

  1. Sign in to iCloud.
  2. Install Xcode
sudo xcode-select --install
  1. Install Rosetta 2 (optional, needed for BankID and Unlox)
sudo softwareupdate --install-rosetta

Installation

Simply run the setup.sh script in this repo for quickly setting up a new Mac:

sudo curl -o- https://raw.githubusercontent.com/Crustan/dotfiles/main/setup.sh | zsh #or bash
# or
# bash <(curl -Ls https://raw.githubusercontent.com/Crustan/dotfiles/master/setup.sh)

or download the whole repo first:

git clone https://github.com/Crustan/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./setup.sh

Post-requisities

  1. Allow Karabiner Elements modifying rights
  2. Sign in 1Password
  3. Setup Raycast
  4. Setup Paste
  5. Setup Bartender
  6. Setup Google Drive
  7. Sign in to VS Code
  8. Sign in to Google (setup internet accounts)
  9. Sign in to Reeder
  10. Activate Safari plugins
  11. Download apps from secret place
  12. Replace /etc/hosts file content with https://someonewhocares.org/hosts/

About

A list of my dotfiles and VS Code extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published