Skip to content

nkdn/dotfiles

Repository files navigation

setup macOS

switch to zsh

which -a zsh
chsh -s /bin/zsh
source ~/.zshrc

xcode-select

xcode-select --install

install homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor

git clone

git clone https://github.com/nkdn/dotfiles.git ~/.dotfiles

git

~/.dotfiles/.gitsetting

.zshrc & .vimrc

ln -s ~/.dotfiles/.zshrc ~/.zshrc
ln -s ~/.dotfiles/.vimrc ~/.vimrc
ln -s ~/.dotfiles/.vim ~/.vim
source ~/.zshrc

macOS defaults

~/.dotfiles/.macossetting

karabiner-elements

required sudo

brew install --cask karabiner-elements
mkdir -p ~/.config/karabiner
cp ~/.dotfiles/karabiner/karabiner.json ~/.config/karabiner/karabiner.json

brew cask

~/.dotfiles/.brewcasksetting

brew

~/.dotfiles/.brewsetting

android

~/.dotfiles/.android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published