Skip to content

…since I have a tendency to brick machines.

License

Notifications You must be signed in to change notification settings

adamgian/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

My dotfiles

Install

  1. Clone the repo.

    git clone --bare https://github.com/adamgian/dotfiles.git "$HOME/.dotfiles"
  2. Checkout the relevant platform branch.

    • Debian (x64):

      git --git-dir="$HOME/.dotfiles/" --work-tree=$HOME checkout debian
    • macOS (Apple silicon):

      git --git-dir="$HOME/.dotfiles/" --work-tree=$HOME checkout macos
  3. Install and configure software, utilities and other nice tid-bits.

    bash "$HOME/setup.sh"

Contributing

The force flag is needed in order to add or update files.

dotfiles add -f <file>

About

…since I have a tendency to brick machines.

Resources

License

Stars

Watchers

Forks