Skip to content

hicka04/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Install Homebrew

See https://brew.sh/

Install ghq

/opt/homebrew/bin/brew install ghq

Clone

Connect to GitHub using ssh

https://docs.github.com/ja/authentication/connecting-to-github-with-ssh

Get

/opt/homebrew/bin/ghq get git@github.com:hicka04/dotfiles.git

Configure env

mkdir -p $HOME/Library/LaunchAgents/
cp setenvs.plist $HOME/Library/LaunchAgents/dev.hicka04.setenvs.plist
vim $HOME/Library/LaunchAgents/dev.hicka04.setenvs.plist # replace {username}
launchctl load $HOME/Library/LaunchAgents/dev.hicka04.setenvs.plist

Reboot

Configure zsh

sudo ln -s $DOTFILES_HOME/zshenv /etc/zshenv

Relaunch terminal

mkdir -p $(dirname $HISTFILE) && touch $HISTFILE

Install commands and apps

brew bundle

Configure git

git config --global user.name hicka04
git config --global user.email hicka04@gmail.com

Configure karabiner

ln -s $XDG_CONFIG_HOME/karabiner ~/.config/karabiner

Configure Xcode

Color theme

mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
ln -s ~/ghq/github.com/hicka04/dotfiles/Xcode/Monokai.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Monokai.xccolortheme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors