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)"-
Enable Firewall under
System Settings → Network -
Point the DNS Servers to Cloudflare DNS
- 1.1.1.1
- 1.0.0.1
- 2606:4700:4700::1111
- 2606:4700:4700::1001
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 ApplePressAndHoldEnabledConda shows the activated env twice, to avoid that run the following command
conda config --set changeps1 FalseCheck if stow created the symlink to this file unless
~/Library/Developer/Xcode/UserData/KeyBindings/Rahul\'s.idekeybindingsMove it yourself
ln -s ~/dotfiles/Library/Developer/Xcode/UserData/KeyBindings/Rahul\'s.idekeybindings ~/Library/Developer/Xcode/UserData/KeyBindings/Rahul\'s.idekeybindings Read the discussion here.
defaults write -g NSFileViewer -string org.yanex.marta
defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add '{LSHandlerContentType="public.folder";LSHandlerRoleAll="org.yanex.marta";}'