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: 27 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: 2024-08-09T17:51:12.000Z (9 months ago)
- Last Synced: 2025-03-20T13:17:58.727Z (about 1 month ago)
- Topics: arch-linux, archlinux, bash, config, configuration, dotfiles, linux, zsh, zshrc
- Language: Shell
- Homepage: https://www.chrisatmachine.com/archlinux
- Size: 7.61 MB
- Stars: 717
- 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