mattprice / dotfiles

Collection of files containing my macOS and Ubuntu configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mattprice's dotfiles

This repository contains my macOS and Ubuntu 18.04 (GNOME) configurations, powered by Dotbot and years of procrastination.

To install it, clone the repository and run: ./install.

macOS Post-Install

Hotkey to Select the Current Word

Pressing Cmd+D to select the current word is one of my favorite text editor features, and it's snuck into my muscle memory. You can set up a system-wide hotkey in ~/Library/Keybindings/DefaultKeyBinding.dict that does the same, but unfortunately, macOS doesn't like that file to be a symlink:

{
  "@d" = (selectWord:);
}

Sudo With Touch ID

If you have a MacBook with Touch ID, you can enable sudo using your fingerprint by editing /etc/pam.d/sudo and adding the following line to the top:

auth       sufficient     pam_tid.so

Ubuntu Post-Install

To finish setting up vanilla-gnome-desktop, log out and select "GNOME on Xorg" from the settings menu before logging back in. Then, enable the shell, icon, and application themes using Gnome Tweaks.

Suggested Applications

About

Collection of files containing my macOS and Ubuntu configurations

License:The Unlicense


Languages

Language:Shell 72.8%Language:Ruby 15.6%Language:Lua 11.6%