Stefan Imhoff 2371de194d chore: backup
2025-11-28 19:29:55 +01:00
2025-08-28 19:02:28 +02:00
2025-11-28 19:29:55 +01:00
2024-11-01 14:46:38 +01:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2025-11-28 19:29:55 +01:00
2025-11-28 19:29:55 +01:00
2025-03-29 10:09:50 +01:00
2024-08-07 17:49:02 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2025-07-04 12:18:14 +02:00
2024-08-09 12:27:45 +02:00
2025-08-01 13:38:22 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2025-09-09 19:01:37 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2024-08-09 12:27:45 +02:00
2025-08-01 13:38:22 +02:00

Dotfiles

Install Dependencies

First, install the Xcode command-line tools:

xcode-select --install
sudo softwareupdate --install-rosetta
sudo xcodebuild -license accept

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Initial Software

brew install dotbot
brew install --cask proton-pass
brew install --cask secretive

Setup SSH

Log into the password manager, start and configure Secretive to setup SSH keys. Add the public key to GitHub and export the SSH_AUTH_SOCK (temporary) to be able to clone with SSH:

export SSH_AUTH_SOCK="$HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh"

Setup Hostname

sudo scutil --set HostName <hostname>

Clone Dotfiles

git clone git@github.com:kogakure/dotfiles.git ~/.dotfiles

Setup the Mac

Log in with your Apple ID to be able to install app store apps. Run the install script to setup the computer:

cd ~/.dotfiles
./setup.sh
Description
No description provided
Readme 13 MiB
Languages
Lua 56.4%
Shell 30.7%
Emacs Lisp 10.1%
JavaScript 1.4%
Python 0.6%
Other 0.8%