angrybacon / dot

My dot files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dot

This repository contains a number of configurations I find myself copying over and over from one machine to another during installations.

Linux

See LINUX.org.

MacOS

Bootstrap

Increase the key repeat rate beyond the naive limit that is enforced by macOS.

defaults write -g KeyRepeat -int 1

Install core dependencies, somehow not present by default.

brew install coreutils

This also prefixes GNU utilities with g. In order to use their real name, add the following to your PATH variable.

+PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"

iTerm Themes

Retrieve the theme files here: https://iterm2colorschemes.com/ and import them directly in iTerm.

About

My dot files

License:Do What The F*ck You Want To Public License