https://github.com/altaris/dotfiles
My dotfiles :wrench:
https://github.com/altaris/dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
My dotfiles :wrench:
- Host: GitHub
- URL: https://github.com/altaris/dotfiles
- Owner: altaris
- Created: 2020-03-21T10:59:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T05:20:04.000Z (3 months ago)
- Last Synced: 2025-02-27T06:20:34.434Z (3 months ago)
- Topics: dotfiles
- Language: Shell
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
## How to do the thing
```sh
git clone [email protected]:altaris/dotfiles.git
cd dotfiles
make install
```## How to decrypt encrypted files
```sh
git-crypt unlock /path/to/key
```Reference: [`git-crypt` repository](https://github.com/AGWA/git-crypt)