The strongest configuration I thought up
- macOS Terminal.app (iTerm.app)
- (Linux version: TBD)
First of all, Xcode is needed to be installed from App Store to use git
command.
cd [/any/path/you/want]
git clone 'https://github.com/tsukker/dotfiles.git'
cd dotfiles
zsh ./macos.sh
Or, you can use ghq instead.
ghq get tsukker/dotfiles
cd ~/ghq/github.com/tsukker/dotfiles
zsh ./macos.sh
- IME
- preferences > IME
- preferences > Keyboard shortcuts
- Change display resolution
- Disable auto setting of timezone
- Enable Mouse Keys and turn Five-Alt setting on
:PlugInstall
:PlugStatus
TODO