my dotfiles.
NOTE: If you use Windows, use WSL.
Clone this repository to home directory.
cd ~
git clone https://github.com/mmktomato/dotfiles.git
Add following snippet to ~/.bashrc
or ~/.zshrc
. Make sure ~/.bash_profile
or ~/.zprofile
exists and it loads ~/.bashrc
or ~/.zshrc
.
if [ -f ~/dotfiles/shrc ] ; then
. ~/dotfiles/shrc
fi
If you use macOS, install coreutils
via Homebrew.
brew install coreutils
Run bootstrap script.
. bootstrapper/shell.bash
Install VSCodeVim.
Copy the content of vscode.settings.json
to VSCode's settings.json.
- Copy the content of
zed.settings.json
to Zed's settings.json. - Copy the content of
zed.keymap.json
to Zed's keymap.json.
Run bootstrap script.
. bootstrapper/vim.bash
Install swim and link it to ~/bin
. (This directory is included in $PATH. Start bash again if necessary.)
Make sure that ABC
(com.apple.keyboardlayout.all
) exists as input source.
$ cp ImDisable.ahk /mnt/c/tool/
Download AutoHotkey and make sure AutoHotkeyU64.exe
is in Windows' $PATH.