Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 692 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 692 Bytes

dotfiles

This is my personal dotfile setup.

Below command will start the setup process

bash -c "$(curl -sL https://raw.githubusercontent.com/rakontuh/dotfiles/master/install.sh)"

Extra Setup

  1. Enable Firewall under System Settings → Network

  2. Point the DNS Servers to Cloudflare DNS

    • 1.1.1.1
    • 1.0.0.1
    • 2606:4700:4700::1111
    • 2606:4700:4700::1001

Cursor vim key repeat

If the key repeat is not working run this following command.

defaults write "$(osascript -e 'id of app "Cursor"')" ApplePressAndHoldEnabled -bool false
or 
defaults write -app Cursor ApplePressAndHoldEnabled -bool false
defaults delete -g ApplePressAndHoldEnabled