Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phyllisstein/ellipsis
White: a blank page, or canvas.
https://github.com/phyllisstein/ellipsis
dotfiles fish linux macos wsl zsh
Last synced: about 1 month ago
JSON representation
White: a blank page, or canvas.
- Host: GitHub
- URL: https://github.com/phyllisstein/ellipsis
- Owner: phyllisstein
- Created: 2020-11-26T18:29:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T14:52:01.000Z (3 months ago)
- Last Synced: 2024-08-07T17:54:33.348Z (3 months ago)
- Topics: dotfiles, fish, linux, macos, wsl, zsh
- Language: Shell
- Homepage:
- Size: 21.9 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `ellipsis`: Dotfiles
![Bernadette Peters as Dot, Stephen Sondheim's _Sunday in the Park with George_ (1984)](mascot.png)## Getting Started
1. Install [GNU Stow](https://www.gnu.org/software/stow/).```shell
brew install stow
```2. Clone this repo into your home directory.
```shell
git clone https://github.com/phyllisstein/ellipsis $HOME/.ellipsis
```3. From `~/.ellipsis`, add dotfile symlinks with Stow.
```shell
cd ~/.ellipsis
stow --no-folding public
```The `--no-folding` flag ensures Stow doesn't clobber important directories like `.local`.
## Unlocking Secrets
Use the key stored in 1Password.```shell
git-crypt unlock $KEY_PATH
```