Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/willprice/dotfiles
- Owner: willprice
- Created: 2016-04-27T13:42:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T19:45:44.000Z (11 days ago)
- Last Synced: 2024-11-03T20:26:32.303Z (11 days ago)
- Topics: bash, conky, dotfiles, fish, git, mpd, python, ssh, stow, taffybar, vim, xmobar, xmonad
- Language: Vim Script
- Homepage:
- Size: 9.51 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `