Skip to content

samandmoore/dotfiles

Repository files navigation

dotfiles

To get started run

wget -qO- https://dotfiles.samandmoore.com/boot.sh | bash

or

curl -s https://dotfiles.samandmoore.com/boot.sh | bash

From there, use ./script/setup.sh to apply updates.

Local customizations supported

  • ~/.bash_profile.local
  • ~/.bashrc.local
  • ~/.gitconfig.local

Theme things

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

Linux things

Customizations are in etc/arch

macOS things

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

About

my personal Linux/macOS config files

Topics

Resources

License

Stars

Watchers

Forks