Skip to content

ansonhoyt/dotfiles

Repository files navigation

Anson's dotfiles

Informed by https://dotfiles.github.io/

Having a Git repo in your home folder doesn't work very well, so we clone this into ~/dotfiles and symlink into home with GNU Stow.

Setup

Clone and bootstrap:

git clone git@github.com:ansonhoyt/dotfiles.git ~/dotfiles
cd ~/dotfiles
./bootstrap.sh

Bootstrap handles:

  • Homebrew installation (if needed)
  • GNU Stow installation (if needed)
  • Directory creation (~/.ssh/sockets)
  • Stow (symlinking dotfiles to home)

Optional next steps:

brew bundle --global # Install Homebrew packages
./.osx               # Configure macOS defaults

See man stow. For ignored files see .stow-local-ignore.

Useful commands:

stow --no --verbose=2 .          # Preview changes
stow --verbose --restow .        # Reapply (clears stale symlinks)

tmux

See https://tmuxcheatsheet.com/

tmux new -n <session-name>  # create a new session with a name
Ctrl + b d                  # detach from the current session
tmux ls                     # list all sessions
tmux a -t <session-name>    # attach the named session

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •