Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2m/dotfiles
dotfiles collection managed using chezmoi
https://github.com/2m/dotfiles
Last synced: 22 days ago
JSON representation
dotfiles collection managed using chezmoi
- Host: GitHub
- URL: https://github.com/2m/dotfiles
- Owner: 2m
- Created: 2018-01-10T12:32:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T10:31:58.000Z (5 months ago)
- Last Synced: 2024-06-11T11:55:23.675Z (5 months ago)
- Language: Lua
- Homepage:
- Size: 995 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Use [`chezmoi`](https://github.com/twpayne/chezmoi) to apply dotfiles from this repository onto your system.
## Installation on a clean system
Install `chezmoi` and `lastpass-cli`:
```sh
yay -S chezmoi # Arch Linux
brew install chezmoi # MacOs
```Clone this repo to the chezmoi data directory:
```sh
git clone [email protected]:2m/dotfiles.git ~/.local/share/chezmoi/
```Apply home configuration:
```sh
chezmoi -c ~/.local/share/chezmoi/chezmoi-home.toml apply
```Apply system configuration:
```sh
sudo chezmoi -c ~/.local/share/chezmoi/chezmoi-root.toml apply
```## gpg setup
https://gist.github.com/troyfontaine/18c9146295168ee9ca2b30c00bd1b41e