Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sewera/dotpie
Dotfiles managed with stow and manually, where it makes sense.
https://github.com/sewera/dotpie
Last synced: 3 months ago
JSON representation
Dotfiles managed with stow and manually, where it makes sense.
- Host: GitHub
- URL: https://github.com/sewera/dotpie
- Owner: sewera
- Created: 2021-07-30T13:09:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T11:05:55.000Z (8 months ago)
- Last Synced: 2024-10-07T07:21:42.357Z (3 months ago)
- Language: Shell
- Size: 191 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotpie
My personal dotfiles.
## Prerequisites
- `stow`
- `zsh` for MacOS and Linux, although it may work with bash## Usage
Use the stow wrapper (`./stoww`), e.g.:
```sh
./stoww n-mac-alacritty h-zsh
```if you want to pass some args to stow, do it before providing the directories:
```sh
./stoww -n -R h-zsh
```Dirs starting with `c-` go to the system-specific config directory, so
`%APPDATA%` for Windows, `~/.config` for Linux, and `~/Library/Application
Support` for MacOS.Dirs starting with `n-` go to `~/.config` for Unix systems.
Dirs starting with `h-` go to home directory.