Skip to content

angrybacon/dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published