Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/willprice/dotfiles

:briefcase: Personal dotfiles of @willprice
https://github.com/willprice/dotfiles

bash conky dotfiles fish git mpd python ssh stow taffybar vim xmobar xmonad

Last synced: about 21 hours ago
JSON representation

:briefcase: Personal dotfiles of @willprice

Awesome Lists containing this project

README

        

# Dotfiles
A personal collection of dotfiles managed using [GNU Stow](https://www.gnu.org/software/stow/)

## Requirements

* `fish`
* `vim`
* `stow`
* `python3` on PATH
* `pip3` on PATH

## Manual setup

* First set up submodules: `git submodule update --init --recursive`
* Link everything: `./install-all.sh`

## Explanation
The dotfiles are managed via `stow` where dotfiles are organised by tool.

* Install for the first time: `stow `
* Update symlinks (if new files have been added: `stow -R `)
* Remove folder: `stow -D `