my dotfiles.
NOTE: If you use Windows, use WSL.
Clone this repository to home directory.
cd ~
git clone https://github.com/mmktomato/dotfiles.gitAdd 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 coreutilsRun bootstrap script.
. bootstrapper/shell.bashInstall VSCodeVim.
Copy the content of vscode.settings.json to VSCode's settings.json.
- Copy the content of
zed.settings.jsonto Zed's settings.json. - Copy the content of
zed.keymap.jsonto Zed's keymap.json.
Run bootstrap script.
. bootstrapper/vim.bashInstall 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.