This repository manages dotfiles .*
under $HOME
. To use, clone this repository on $HOME/dotfiles
and run install
.
Configuration files are written in Lua. I'm using LazyVim for my base setup.
I'm using VSCode Vim extension to be able to use VSCode with a Vim-like keymap.
To disable ApplePressAndHoldEnabled
, run the command below:
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
Set-ExecutionPolicy RemoteSigned