https://github.com/christianchiarulli/machfiles
The dotfiles you see in all my videos
https://github.com/christianchiarulli/machfiles
arch-linux archlinux bash config configuration dotfiles linux zsh zshrc
Last synced: 11 days ago
JSON representation
The dotfiles you see in all my videos
- Host: GitHub
- URL: https://github.com/christianchiarulli/machfiles
- Owner: ChristianChiarulli
- Created: 2020-04-04T21:19:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T01:37:11.000Z (24 days ago)
- Last Synced: 2025-04-03T17:12:48.105Z (19 days ago)
- Topics: arch-linux, archlinux, bash, config, configuration, dotfiles, linux, zsh, zshrc
- Language: Shell
- Homepage: https://www.chrisatmachine.com/archlinux
- Size: 7.62 MB
- Stars: 720
- Watchers: 16
- Forks: 135
- Open Issues: 10
-
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/ChristianChiarulli/machfiles.git ~/.machfiles
```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
```MacOS
All of my packages for MacOS can be found in `brew/.Brewfile`
- Install
```
stow ~/.machfiles/brewbrew bundle --global
```## Linux
An updated list of all the programs I use can be found in the `programs` directory