Collection of Personal Dotfiles
I use rcm to organise my dotfiles. To update the dotfiles, in the ~/.dotfiles
directory where this repo should be cloned, run this command: rcup -v.
To configure rcm like files to exclude or tags to automaticaly include for the
current machine, create the .rcrc file in your $HOME directory or ~/.config/rcm/config
EXCLUDES="*.md"
TAGS="awesome zsh"Run the following command
rcup -v -x "*.md" -t tty -t zsh- prezto with zsh-prompt-garrett
sudowith Touch ID- Set hostnames
sudo scutil --set HostName <new host name>sudo scutil --set LocalHostName <new host name>sudo scutil --set ComputerName <new name>