To get started run
wget -qO- https://dotfiles.samandmoore.com/boot.sh | bashor
curl -s https://dotfiles.samandmoore.com/boot.sh | bashFrom there, use ./script/setup.sh to apply updates.
~/.bash_profile.local~/.bashrc.local~/.gitconfig.local
There is some support for theming across applications.
Files live in etc/themes and theme swapping is done
with theme
The current theme and background are linked into
~/.config/dotfiles/current/theme~/.config/dotfiles/current/background
Customizations are in etc/arch
Customizations are in etc/macos
Change your computer name and network sharing name with this script if you want.
export NEW_NAME="My-Cool-Mac"
scutil --set ComputerName "$NEW_NAME"
scutil --set LocalHostName "$NEW_NAME"
scutil --set HostName "$NEW_NAME"
unset NEW_NAME