https://github.com/mandragora-hub/dotfiles
Terminal and CLI preferences for the development environment. 💻️
https://github.com/mandragora-hub/dotfiles
bare-repo dotifles home
Last synced: 21 days ago
JSON representation
Terminal and CLI preferences for the development environment. 💻️
- Host: GitHub
- URL: https://github.com/mandragora-hub/dotfiles
- Owner: mandragora-hub
- Created: 2022-10-17T14:39:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T18:47:32.000Z (over 1 year ago)
- Last Synced: 2024-12-16T19:47:30.563Z (over 1 year ago)
- Topics: bare-repo, dotifles, home
- Language: Shell
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mandragora's dotfiles
## Install
```bash
git clone ---depth=1 git@github.com:mandragora-hub/dotfiles.git "${HOME}.dotfiles.git"
stow -d . --target="${HOME}"
```
## Fast install
```
curl -fsSL https://raw.githubusercontent.com/mandragora-hub/dotfiles/refs/heads/master/bootstrap.sh | bash
```