⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
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

Conda showing env info twice

Conda shows the activated env twice, to avoid that run the following command

conda config --set changeps1 False

Xcode custom key binding

Check if stow created the symlink to this file unless

~/Library/Developer/Xcode/UserData/KeyBindings/Rahul\'s.idekeybindings

Move it yourself

ln -s ~/dotfiles/Library/Developer/Xcode/UserData/KeyBindings/Rahul\'s.idekeybindings ~/Library/Developer/Xcode/UserData/KeyBindings/Rahul\'s.idekeybindings 

Make Marta as default file viewer

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";}'

About

This repository contains dotfiles for setting up new machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •