Remove codeberg (x2)
This commit is contained in:
parent
70355a3358
commit
effb0edf4b
|
@ -2,7 +2,7 @@
|
||||||
layout: page
|
layout: page
|
||||||
title: Hidrolimit
|
title: Hidrolimit
|
||||||
description: Water meter with electronic cut-off.
|
description: Water meter with electronic cut-off.
|
||||||
github: https://codeberg.org/slococo/hidrolimit
|
github: https://git.slc.ar/slococo/hidrolimit
|
||||||
importance: 5
|
importance: 5
|
||||||
category: personal
|
category: personal
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: page
|
layout: page
|
||||||
title: calsais
|
title: calsais
|
||||||
description: Arch Linux semi-automatic installation script.
|
description: Arch Linux semi-automatic installation script.
|
||||||
github: https://codeberg.org/slococo/calsais
|
github: https://git.slc.ar/slococo/calsais
|
||||||
importance: 1
|
importance: 1
|
||||||
category: personal
|
category: personal
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,23 +2,23 @@
|
||||||
layout: page
|
layout: page
|
||||||
title: sadedot
|
title: sadedot
|
||||||
description: Backup all your dotfiles (and easily deploy them on another machine).
|
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
|
importance: 2
|
||||||
category: personal
|
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:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git submodule add git@codeberg.org:slococo/sadedot.git
|
git submodule add git@git.slc.ar:slococo/sadedot.git
|
||||||
git submodule update --init
|
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).
|
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:
|
So, to run the script:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
sh scripts/bootstrap.sh
|
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:
|
To keep the submodule up to date, you need to run:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git submodule foreach git pull
|
git submodule foreach git pull
|
||||||
```
|
```
|
||||||
|
|
||||||
[1]: https://codeberg.org/slococo/cdotfis/fork
|
## Contributing <a name="contributing"></a>
|
||||||
[2]: https://codeberg.org/slococo/cdotfis/tree/master/dotfiles/other
|
PRs are welcome.
|
||||||
[3]: https://codeberg.org/slococo/cdotfis
|
|
||||||
[4]: https://codeberg.org/slococo/sadedot
|
## 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
|
||||||
|
|
Loading…
Reference in New Issue