dotfiles by @suzuki-toshihir0
Caution
When you run the Makefile, the existing dotfiles in the environment will be forcibly overwritten. Please take a backup if necessary.
$ git clone https://github.com/suzuki-toshihir0/dotfiles.git
$ cd dotfiles
$ make
Tip
The version of neovim that can be obtained with sudo apt-get install neovim
is outdated, and some configurations may not work properly. I recommend obtaining the latest version of neovim via AppImage by following the instructions at https://github.com/neovim/neovim/blob/master/INSTALL.md#appimage-universal-linux-package.
HackGen Console NF
(https://github.com/yuru7/HackGen) is used as Nerd Font. To install, please execute the following.
$ cd font
$ make
This dotfiles is intended for a WSL2 environment. To share the clipboard between WSL and Windows, win32yank
is used. To install, please follow the installation guide.
You neet to run the following command to enable tab completion for rustup. See Installation - The rustup book for more information.
$ rustup completions zsh > ~/.zfunc/_rustup