Skip to content

This repository contains dotfiles for setting up new machine.

Notifications You must be signed in to change notification settings

fluffybeing/dotfiles

Repository files navigation

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

About

This repository contains dotfiles for setting up new machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published