Skip to content

nithinbekal/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nithin Bekal's dotfiles

This repo will contain the dot files I use to configure my system. The bin directory contains some utility scripts that get copied to ~/.bin.

Install

git clone [email protected]:nithinbekal/dotfiles.git
cd dotfiles
./install.sh

iTerm settings

After running ./install.sh on a new computer, the following settings need to be changed in iTerm

  • General > Window
    • Native full screen windows: false
  • Profiles > Colors
    • Color presets: Tango dark
  • Profiles > Text
    • Font: FiraCode Nerd Font Mono, Retina
    • Font size: 13
    • Vertical space: 112
    • Use ligatures: true
  • Profiles > Terminal
    • Enable mouse reporting
      • Report mouse wheel events: true
      • Everything else: false

VS Code

VS Code has problems with repeated keystrokes with the vim plugin on MacOS, (details) so this command needs to be run to fix that:

defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false