Skip to content

hicka04/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Install Homebrew

See https://brew.sh/

Install ghq

brew install ghq

Clone

Connect to GitHub using ssh

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

Get

ghq get [email protected]:hicka04/dotfiles.git

Configure env

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

Configure zsh

sudo ln -s $DOTFILES_HOME/zshenv /etc/zshenv
mkdir -p $(dirname $HISTFILE) && touch $HISTFILE

Install commands and apps

cd path/to/Brewfile
brew bundle

Configure git

git config --global user.name hicka04
git config --global user.email [email protected]

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

No packages published