Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T17:51:12.000Z (6 months ago)
- Last Synced: 2025-01-31T18:34:15.177Z (1 day 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: 712
- Watchers: 17
- Forks: 135
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machfiles
![machfiles image](./machfiles.png)
## 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