Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonzus/dotfiles
Personal dotfiles
https://github.com/gonzus/dotfiles
Last synced: about 1 month ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/gonzus/dotfiles
- Owner: gonzus
- License: mit
- Created: 2020-07-29T22:56:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T10:13:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T21:29:21.468Z (3 months ago)
- Language: Lua
- Size: 86.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal dotfiles
## Installing
You will need [git](https://git-scm.com/) and [GNU
stow](https://www.gnu.org/software/stow/).Clone this repo anywhere; it is recommended that you clone it into your home
directory (see below for the reasons):```bash
git clone https://github.com/gonzus/dotfiles ~
```## Using
Change your working directory to the directory you just cloned. If your clone
hangs directly from your home directory, you can run `stow` to symlink
everything; you can also select what you want to clone:```bash
stow */ # symlink everything (the '/' ignores the README and LICENSE files)
stow zsh # symlink only the zsh config
```If you cloned the repo somewhere else, you will have to use `stow`'s `--target`
(and possibly `--source`) options accordingly.