Skip to content

kogakure/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Install Dependencies

First, install the Xcode command-line tools:

xcode-select --install

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