Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venthur/dotfiles
a bunch of dotfiles
https://github.com/venthur/dotfiles
dotfiles make stow
Last synced: about 2 months ago
JSON representation
a bunch of dotfiles
- Host: GitHub
- URL: https://github.com/venthur/dotfiles
- Owner: venthur
- Created: 2017-10-07T12:28:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T07:59:47.000Z (5 months ago)
- Last Synced: 2024-07-29T09:29:49.017Z (5 months ago)
- Topics: dotfiles, make, stow
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bastian's Dotfiles
This repo uses [stow][] to manage the symlinks, but you don't **have** to --
you can also just individually symlink the contents of each directory directly
into your home.If you want to use stow, clone this repository into `~/dotfiles` and do
```sh
cd ~/dotfiles
stow --restow */
```stow will automatically symlink the contents of each "package" into the parent
directory from where it is invoked (i.e. your home directory), that's why it
is important to clone this repository directly into your home directory. If
you cloned the repository somewhere else, you can use the `--target`
parameter.```sh
cd ~/path/to/dotfiles
stow --target=$HOME --restow */
```[stow]: https://www.gnu.org/software/stow/