https://github.com/reisraff/dotfiles
My personal dotfiles
https://github.com/reisraff/dotfiles
Last synced: 7 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/reisraff/dotfiles
- Owner: reisraff
- Created: 2021-06-16T20:20:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T16:32:20.000Z (over 1 year ago)
- Last Synced: 2025-01-18T05:14:24.354Z (9 months ago)
- Language: Shell
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personal dotfiles
## How to use
Use the [stow](https://www.gnu.org/software/stow/) program to create the symbolic links, like this:```bash
$ stow -t $HOME git # will create a symbolic link of you git dotfiles config
```