/dotfiles

siraken's dotfiles

Primary LanguagePython

dotfiles

This repository manages dotfiles .* under $HOME. To use, clone this repository on $HOME/dotfiles and run install.

Packages

Shell

Neovim

Configuration files are written in Lua. I'm using LazyVim for my base setup.

VSCode

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

Execute PowerShell Script

Set-ExecutionPolicy RemoteSigned