Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/antznin/dotfiles
- Owner: antznin
- License: mit
- Created: 2019-05-06T13:57:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:33:10.000Z (3 months ago)
- Last Synced: 2024-08-20T20:55:27.248Z (3 months ago)
- Topics: dotfiles, dots
- Language: Lua
- Size: 991 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.