Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antznin/dotfiles

Various configuration files for i3, vim, etc.
https://github.com/antznin/dotfiles

dotfiles dots

Last synced: 3 days ago
JSON representation

Various configuration files for i3, vim, etc.

Awesome Lists containing this project

README

        

# dotfiles

> Configuration files in my home directory.

## Install

* Initialize:

```
git init --bare $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles --work-tree=$HOME config status.showUntrackedFiles no
```

* Clone:

```
git clone --bare https://github.com/antznin/dotfiles.git $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles --work-tree=$HOME config status.showUntrackedFiles no
git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
```

Command `config` is aliased to `git --git-dir=$HOME/.dotfiles
--work-tree=$HOME`. To add, commit, push… use `config add …`, `config commit
…`, etc.