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: 4 months ago
JSON representation

The dotfiles you see in all my videos

Lists

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 ~
```

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