Skip to content

tomekw/dontfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dontfiles

How to install on a new machine

  1. Install Homebrew
    $ xcode-select --install
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. Install git
    $ brew install git
  3. Clone repository
    $ git clone --bare git@github.com:tomekw/dontfiles.git ~/dontfiles
  4. Pull all changes
    $ git --work-tree=$HOME/ --git-dir=$HOME/dontfiles checkout -f master
  5. Run the installation script
    $ $HOME/bin/macos.sh
    $ $HOME/bin/debian.sh
    $ $HOME/bin/void.sh

Additional steps

  1. Add Buster repo to install Slack
deb http://deb.debian.org/debian/ buster main
  1. Add Docker repo
$ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
deb https://download.docker.com/linux/debian buster stable

Usage

Use dfgit as git.

How to setup the repository

$ git init --bare ~/dontfiles

See: http://www.gmarik.info/blog/2010/tracking-dotfiles-with-git