https://github.com/tomekw/dontfiles
Personal do(n)tfiles
https://github.com/tomekw/dontfiles
dotfiles dotfiles-automation dotfiles-manager dotfiles-setup
Last synced: 10 months ago
JSON representation
Personal do(n)tfiles
- Host: GitHub
- URL: https://github.com/tomekw/dontfiles
- Owner: tomekw
- Created: 2019-07-17T07:39:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T14:10:31.000Z (almost 4 years ago)
- Last Synced: 2025-05-07T13:48:46.987Z (about 1 year ago)
- Topics: dotfiles, dotfiles-automation, dotfiles-manager, dotfiles-setup
- Language: Emacs Lisp
- Homepage: https://github.com/tomekw/dontfiles
- Size: 78.1 KB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Dontfiles
## How to install on a new machine
1. Install Homebrew
```bash
$ xcode-select --install
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
1. Install git
```bash
$ brew install git
```
1. Clone repository
```bash
$ git clone --bare git@github.com:tomekw/dontfiles.git ~/dontfiles
```
1. Pull all changes
```bash
$ git --work-tree=$HOME/ --git-dir=$HOME/dontfiles checkout -f master
```
1. Run the installation script
```bash
$ $HOME/bin/macos.sh
$ $HOME/bin/debian.sh
$ $HOME/bin/void.sh
```
## Additional steps
1. Add Buster repo to install Slack
```bash
deb http://deb.debian.org/debian/ buster main
```
1. Add Docker repo
```bash
$ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
```
```bash
deb https://download.docker.com/linux/debian buster stable
```
## Usage
Use `dfgit` as `git`.
## How to setup the repository
```bash
$ git init --bare ~/dontfiles
```
See: http://www.gmarik.info/blog/2010/tracking-dotfiles-with-git