Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerosol/dotfiles
:factory: dotfiles :moneybag:
https://github.com/aerosol/dotfiles
bspwm dotfiles fzf neovim polybar ripgrep stow sway swaywm sxhkd tmux vimrc wayland zsh
Last synced: about 2 months ago
JSON representation
:factory: dotfiles :moneybag:
- Host: GitHub
- URL: https://github.com/aerosol/dotfiles
- Owner: aerosol
- Created: 2015-02-17T20:44:14.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-07T18:57:59.000Z (3 months ago)
- Last Synced: 2024-10-13T18:45:50.330Z (2 months ago)
- Topics: bspwm, dotfiles, fzf, neovim, polybar, ripgrep, stow, sway, swaywm, sxhkd, tmux, vimrc, wayland, zsh
- Language: Lua
- Homepage:
- Size: 9.24 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles (silos) :factory:
## Synopsis
Every silo is make-driven stow package, contains deployable set of dotfiles per program (zsh, vim, etc.)
## Prerequisites
- GNU Make
- GNU Stow
- git
## Make targets (usage)### When in doubt, use the [source](https://github.com/aerosol/dotfiles/blob/develop/Makefile).
#### fill: Pull existing sources and build a silo
```
$ make fill what=~/.config/nvim into=nvim/.config
```#### save: Commit changes after hacking on a silo
```
$ make save silo=nvim
```#### unload: Deploy existing silo to a clean $HOME
```
$ make unload silo=nvim
```#### withdraw: Retract a silo, get clean $HOME again
```
$ make withdraw silo=nvim
```#### slurp: Pull existing sources, build a silo, unload it and save
```
$ make slurp what=~/.config/nvim into=nvim/.config silo=nvim
```![](http://i.giphy.com/3o6MbhkWd6he1symgU.gif)