https://github.com/phyllisstein/ellipsis
White: a blank page, or canvas.
https://github.com/phyllisstein/ellipsis
dotfiles fish linux macos wsl zsh
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T08:35:42.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T23:42:39.654Z (over 1 year ago)
- Topics: dotfiles, fish, linux, macos, wsl, zsh
- Language: Shell
- Homepage:
- Size: 21.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `ellipsis`: Dotfiles

## 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
```