Skip to content

suzuki-toshihir0/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles (suzuki-toshihir0)

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.

Getting Started

$ 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.

font

HackGen Console NF (https://github.com/yuru7/HackGen) is used as Nerd Font. To install, please execute the following.

$ cd font
$ make

win32yank

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.

tab completion for rustup

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

Releases

No releases published

Packages

No packages published