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
- Host: GitHub
- URL: https://github.com/m4tx/dotfiles
- Owner: m4tx
- Created: 2014-11-24T18:35:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-24T12:36:17.000Z (5 months ago)
- Last Synced: 2026-01-25T00:27:58.986Z (5 months ago)
- Topics: config, dotfiles, shell
- Language: Shell
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.