Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cupcakearmy/dotfiles
.files
https://github.com/cupcakearmy/dotfiles
dotbot dotfiles
Last synced: about 1 month ago
JSON representation
.files
- Host: GitHub
- URL: https://github.com/cupcakearmy/dotfiles
- Owner: cupcakearmy
- Created: 2021-11-04T10:30:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T08:03:59.000Z (5 months ago)
- Last Synced: 2024-10-05T02:36:46.169Z (about 2 months ago)
- Topics: dotbot, dotfiles
- Language: Shell
- Homepage:
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .files
Collection of dotfiles.
## Installation
```bash
git clone https://github.com/cupcakearmy/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install
```## Encrypted files.
Files under `./secrets` are encrypted. To unlock the `git-crypt` must be installed.
Assuming we have the base64 version of the `key.txt` we can unlock the repo with the following commands:```bash
base64 --decode key.txt > key
git-crypt unlock ./key
```