https://github.com/chouffe/machfiles
All my dotfiles
https://github.com/chouffe/machfiles
Last synced: 4 months ago
JSON representation
All my dotfiles
- Host: GitHub
- URL: https://github.com/chouffe/machfiles
- Owner: Chouffe
- Created: 2021-07-19T16:58:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T11:03:13.000Z (11 months ago)
- Last Synced: 2025-07-30T12:55:15.432Z (11 months ago)
- Language: Fennel
- Size: 26.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machfiles
## Installing
You will need `git` and GNU `stow`
Clone into your `$HOME` directory or `~`
```bash
git clone https://github.com/Chouffe/Machfiles.git ~
```
Run `stow` to symlink everything or just select what you want
```bash
stow */ # Everything (the '/' ignores the README)
```
```bash
stow zsh # Just my zsh config
```
## Programs
An updated list of all the programs I use can be found in the `programs` directory