From effb0edf4bca77ef8ed5242e402777837a12c206 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 7 Oct 2023 20:51:12 +0000 Subject: [PATCH] Remove codeberg (x2) --- _projects/Hidrolimit.md | 4 ++-- _projects/calsais.md | 2 +- _projects/sadedot.md | 37 +++++++++++++++++++++---------------- 3 files changed, 24 insertions(+), 19 deletions(-) diff --git a/_projects/Hidrolimit.md b/_projects/Hidrolimit.md index 3161b37..43b4418 100644 --- a/_projects/Hidrolimit.md +++ b/_projects/Hidrolimit.md @@ -2,7 +2,7 @@ layout: page title: Hidrolimit description: Water meter with electronic cut-off. -github: https://codeberg.org/slococo/hidrolimit +github: https://git.slc.ar/slococo/hidrolimit importance: 5 category: personal ---- \ No newline at end of file +--- diff --git a/_projects/calsais.md b/_projects/calsais.md index 018d7da..1ebfd97 100644 --- a/_projects/calsais.md +++ b/_projects/calsais.md @@ -2,7 +2,7 @@ layout: page title: calsais description: Arch Linux semi-automatic installation script. -github: https://codeberg.org/slococo/calsais +github: https://git.slc.ar/slococo/calsais importance: 1 category: personal --- diff --git a/_projects/sadedot.md b/_projects/sadedot.md index 5782674..d403747 100644 --- a/_projects/sadedot.md +++ b/_projects/sadedot.md @@ -2,23 +2,23 @@ layout: page title: sadedot description: Backup all your dotfiles (and easily deploy them on another machine). -github: https://codeberg.org/slococo/sadedot +github: https://git.slc.ar/slococo/sadedot importance: 2 category: personal --- -### Installation +## Installation -[This][4] repo is supposed to be used as a submodule. So, if you already have a git repo with your dotfiles: +This repo is supposed to be used as a submodule. So, if you already have a git repo with your dotfiles: -``` -git submodule add git@codeberg.org:slococo/sadedot.git +```bash +git submodule add git@git.slc.ar:slococo/sadedot.git git submodule update --init ``` -And if you don't have one, you can [fork][1] my dotfiles repo on codeberg. +And if you don't, you can [fork][1] my dotfiles repo on git. -### Usage +## Usage You have to move all your dotfiles to a folder named `dotfiles` (see [my repo][3] for an example) and then the script will do the symbolic links. Doing it this way, you can now push them to your git repo (so you have a backup of them). @@ -26,7 +26,7 @@ You should note that all of these dotfiles (files or folders) will be symlinked So, to run the script: -``` +```bash sh scripts/bootstrap.sh ``` @@ -49,19 +49,24 @@ As an example, I will show [my repo][3] directories in a tree-like format (note └── ... ``` -### Optional dependencies +## Optional dependencies -You can install `libnewt` or `dialog` for a better experience, but they are not required. +You can install `dialog` (recommended) or `libnewt` for a better experience, but they are not required. -### Updating +## Updating To keep the submodule up to date, you need to run: -``` +```bash git submodule foreach git pull ``` -[1]: https://codeberg.org/slococo/cdotfis/fork -[2]: https://codeberg.org/slococo/cdotfis/tree/master/dotfiles/other -[3]: https://codeberg.org/slococo/cdotfis -[4]: https://codeberg.org/slococo/sadedot +## Contributing +PRs are welcome. + +## License +[MIT](https://git.slc.ar/slococo/sadedot/raw/branch/master/README.md) + +[1]: https://git.slc.ar/slococo/cdotfis/fork +[2]: https://git.slc.ar/slococo/cdotfis/tree/master/dotfiles/other +[3]: https://git.slc.ar/slococo/cdotfis