Skip to content

olorton/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

This repository contains configuration files that help customize my development environment, including settings for the shell, editor, and various applications. Do not try to use this repo as it is! These dotfiles are intended to serve as a reference for others looking to set up their own dotfiles. Feel free to explore and use these to influence your own ideas!

Setup

Then:

git clone [email protected]:olorton/dotfiles.git ~/dev/dotfiles
cd ~/dev/dotfiles
bin/dotfiles-symlink
cat ~/.python-version | pyenv install -
source ~/.zshrc
dedit

Here are some terminal typefaces I've used in the past, included here for future reference:

macOS fixes

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 write -g AppleFontSmoothing -int 0

About

Personal dot configurations

Resources

Stars

Watchers

Forks

Packages

No packages published