snim2 / dotfiles

My configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Main workflow

My configuration files. Probably not useful for anyone else!

Installing configurations

Install dotfiles

Installing the dotfiles here creates symlinks from $HOME to the relevant file in the cloned repository:

./script/install-dotfiles.sh

Installing VSCode configuration

./script/install-vscode-config.sh

To update the list of extensions, run:

./script/dump-vs-code-extensions.sh

Installing MacOS keybindings

./script/install-mac-keybindings.sh

Installing ~/bin scripts

./script/install-bin.sh

Manual changes

Use Touch ID to authorise sudo

Open /etc/pam.d/sudo with sudo.

Add this to the start of the file:

# Authorise sudo with Touch ID.
auth sufficient pam_tid.so

About

My configuration files


Languages

Language:Shell 93.5%Language:Python 4.7%Language:Ruby 1.8%