An open API service indexing awesome lists of open source software.

https://github.com/m4tx/dotfiles

My config files for the GNU/Linux tools I use
https://github.com/m4tx/dotfiles

config dotfiles shell

Last synced: 2 months ago
JSON representation

My config files for the GNU/Linux tools I use

Awesome Lists containing this project

README

          

dotfiles
===========

Repo that contains my config files for some linux tools.

## Install

For Arch Linux:

```sh
pacman -S --noconfirm chezmoi && chezmoi init --apply m4tx
```

Or, for other distributions:

```sh
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply m4tx
```

After installing, the config can be easily updated by running `chezmoi update`.