An open API service indexing awesome lists of open source software.

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. 💻️

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