Remove codeberg (x2)

This commit is contained in:
Santiago Lo Coco 2023-10-07 20:51:12 +00:00
parent 70355a3358
commit effb0edf4b
3 changed files with 24 additions and 19 deletions

View File

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

View File

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

View File

@ -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 <a name="installation"></a>
[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 <a name="usage"></a>
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 <a name="optionaldependencies"></a>
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 <a name="updating"></a>
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 <a name="contributing"></a>
PRs are welcome.
## License <a name="license"></a>
[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