https://github.com/backpackerhh/dotfiles
My personal dotfiles using dotly
https://github.com/backpackerhh/dotfiles
Last synced: 2 days ago
JSON representation
My personal dotfiles using dotly
- Host: GitHub
- URL: https://github.com/backpackerhh/dotfiles
- Owner: backpackerhh
- License: gpl-3.0
- Created: 2023-10-13T08:40:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T17:09:11.000Z (over 1 year ago)
- Last Synced: 2025-02-26T07:17:22.268Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
.dotfiles created using 🌚 dotly
## Restore your Dotfiles manually
* Install git
* Clone your dotfiles repository `git clone [your repository of dotfiles] $HOME/.dotfiles`
* Go to your dotfiles folder `cd $HOME/.dotfiles`
* Install git submodules `git submodule update --init --recursive modules/dotly`
* Install your dotfiles `DOTFILES_PATH="$HOME/.dotfiles" DOTLY_PATH="$DOTFILES_PATH/modules/dotly" "$DOTLY_PATH/bin/dot" self install`
* Restart your terminal
* Import your packages `dot package import`
## Restore your Dotfiles with script
Using wget
```bash
bash <(wget -qO- https://raw.githubusercontent.com/CodelyTV/dotly/HEAD/restorer)
```
Using curl
```bash
bash <(curl -s https://raw.githubusercontent.com/CodelyTV/dotly/HEAD/restorer)
```
You need to know your GitHub username, repository and install ssh key if your repository is private.
It also supports other git repos, but you need to know your git repository url.