Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benjamin-davies/dotfiles

Config files for CLI tools and some GUI stuff
https://github.com/benjamin-davies/dotfiles

dotfiles linux

Last synced: about 1 month ago
JSON representation

Config files for CLI tools and some GUI stuff

Awesome Lists containing this project

README

        

# Benjamin Davies' dotfiles

Config files for CLI tools and some GUI stuff

## Getting started

I use [chezmoi](https://www.chezmoi.io/) (pronounced "shay mwa", French for "at my house") to manage my dotfiles. If you already have it installed, then run:

```sh
chezmoi init --apply Benjamin-Davies
```

...otherwise run:

```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply Benjamin-Davies
```