Skip to content

olorton/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

Setup

Then:

git clone git@github.com:olorton/dotfiles.git ~/dev/dotfiles
cd ~/dev/dotfiles
brew bundle
bin/dotfiles-symlink
git clone https://github.com/dracula/alacritty.git ~/dev/dracula_alacritty
cat ~/.python-version | pyenv install -

TODO:

  • pyenv file
  • pipsi

When running Vim for the first time, install plugins using vim-plug instructions. Because of how I have configured vim you will also need to create the following dirs: mkdir -p ~/.vim/tmp/{undo,backup}

Terminal typefaces I've used:

Colour theme: Dracula

Already configured for vim and alacritty.

For Slack: #282A36,#44475A,#44475A,#8BE9FD,#6272A4,#FFFFFF,#50FA7B,#FF5555

Speed up key repeat

defaults write NSGlobalDomain KeyRepeat -int 1           # normal minimum is 2 (30 ms)
defaults write NSGlobalDomain InitialKeyRepeat -int 10   # normal minimum is 15 (225 ms)

Fix font rendering on 1080p screens

defaults -currentHost delete -globalDomain AppleFontSmoothing
defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES

Source: nvucuong.medium.com/macos-blurry-texts-on-an-external-full-hd-monitor-d2a955c25607

Tips

Sync dotfiles to vagrant box:

rsync -av --delete -e "vagrant ssh --" $DOTFILES :~/