Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benjamin-davies/dotfiles
- Owner: Benjamin-Davies
- Created: 2019-01-29T06:28:24.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T23:22:34.000Z (2 months ago)
- Last Synced: 2024-10-27T00:31:09.477Z (2 months ago)
- Topics: dotfiles, linux
- Language: Lua
- Homepage:
- Size: 472 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```