config

My local config files.

Stars
2
Committers
2

My local config files for UNIX (mostly Mac OS (X))

This is just a repository for my local config files.

It is heavily focused around the usage of fzf:

Steps

Add SSH and GPG keys

https://makandracards.com/makandra/37763-gpg-extract-private-key-and-import-on-different-machine

touch gpg.key
vim gpg.key
# Fill private GPG key
gpg --import gpg.key
# Fully trust the key
gpg --edit-key 46FF813D9CC4452B
rm -P gpg.key

Clone config and install

git clone [email protected]:peterfication/config.git
cd config
./mac_os_defaults.sh
./install.sh

Manual steps

  • Change caps lock in System Preferences > Keyboard > Modifier Keys to escape
  • Change left alt key to Esc+ in iTerm2 settings > Profiles > Keys > Right option key
  • Clone base16 theme git clone https://github.com/chriskempson/base16-shell ~/.config/base16-shell (to be able to switch color schemes easily) with the base_16... commands
  • Clone base16 iTerm theme git clone https://github.com/martinlindhe/base16-iterm2.git ~/.config/base16-shell-iterm
  • Set up iTerm2 with a base16 color scheme from https://github.com/martinlindhe/base16-iterm2
  • Change font to NerdFont font "Fira Mono NerdFont" in iTerm2
  • Remove/add some keyboard shortcuts (F11, F12, CMD+^)
  • Install Postgres.app
  • Set up Leo searches in Alfred
  • Add Quartz filter in ColorSync Utility for reducing the file size with "Colour Image Sampling" (Quality high, constrain size to 128-1200)
  • https://it.digitaino.com/use-touchid-to-authenticate-sudo-on-macos/

TODO

Alfred workflows

Related Projects