mirror of https://github.com/fairyglade/ly.git
update
This commit is contained in:
parent
52d24304f8
commit
f6658f83a9
10
.gitea
10
.gitea
|
@ -1,15 +1,15 @@
|
|||
[submodule "sub/argoat"]
|
||||
path = sub/argoat
|
||||
url = https://git.cylgom.net/cylgom/argoat.git
|
||||
url = https://git.nullgemm.fr/nullgemm/argoat.git
|
||||
[submodule "sub/configator"]
|
||||
path = sub/configator
|
||||
url = https://git.cylgom.net/cylgom/configator.git
|
||||
url = https://git.nullgemm.fr/nullgemm/configator.git
|
||||
[submodule "sub/ctypes"]
|
||||
path = sub/ctypes
|
||||
url = https://git.cylgom.net/cylgom/ctypes.git
|
||||
url = https://git.nullgemm.fr/nullgemm/ctypes.git
|
||||
[submodule "sub/dragonfail"]
|
||||
path = sub/dragonfail
|
||||
url = https://git.cylgom.net/cylgom/dragonfail.git
|
||||
url = https://git.nullgemm.fr/nullgemm/dragonfail.git
|
||||
[submodule "sub/termbox_next"]
|
||||
path = sub/termbox_next
|
||||
url = https://git.cylgom.net/cylgom/termbox_next.git
|
||||
url = https://git.nullgemm.fr/nullgemm/termbox_next.git
|
||||
|
|
10
.github
10
.github
|
@ -1,15 +1,15 @@
|
|||
[submodule "sub/argoat"]
|
||||
path = sub/argoat
|
||||
url = https://github.com/cylgom/argoat.git
|
||||
url = https://github.com/nullgemm/argoat.git
|
||||
[submodule "sub/configator"]
|
||||
path = sub/configator
|
||||
url = https://github.com/cylgom/configator.git
|
||||
url = https://github.com/nullgemm/configator.git
|
||||
[submodule "sub/ctypes"]
|
||||
path = sub/ctypes
|
||||
url = https://github.com/cylgom/ctypes.git
|
||||
url = https://github.com/nullgemm/ctypes.git
|
||||
[submodule "sub/dragonfail"]
|
||||
path = sub/dragonfail
|
||||
url = https://github.com/cylgom/dragonfail.git
|
||||
url = https://github.com/nullgemm/dragonfail.git
|
||||
[submodule "sub/termbox_next"]
|
||||
path = sub/termbox_next
|
||||
url = https://github.com/cylgom/termbox_next.git
|
||||
url = https://github.com/nullgemm/termbox_next.git
|
||||
|
|
6
makefile
6
makefile
|
@ -107,8 +107,8 @@ clean:
|
|||
|
||||
remotes:
|
||||
@echo "registering remotes"
|
||||
@git remote add github git@github.com:cylgom/$(NAME).git
|
||||
@git remote add gitea ssh://git@git.cylgom.net:2999/cylgom/$(NAME).git
|
||||
@git remote add github git@github.com:nullgemm/$(NAME).git
|
||||
@git remote add gitea ssh://git@git.nullgem.fr:2999/nullgemm/$(NAME).git
|
||||
|
||||
github:
|
||||
@echo "sourcing submodules from https://github.com"
|
||||
|
@ -119,7 +119,7 @@ github:
|
|||
@git submodule update --init --recursive --remote
|
||||
|
||||
gitea:
|
||||
@echo "sourcing submodules from https://git.cylgom.net"
|
||||
@echo "sourcing submodules from personal server"
|
||||
@cp .gitea .gitmodules
|
||||
@git submodule sync
|
||||
@git submodule update --init --remote
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# Ly - a TUI display manager
|
||||
[](https://www.codefactor.io/repository/github/cylgom/ly/overview/master)
|
||||

|
||||
|
||||
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
||||
|
@ -48,7 +47,7 @@ changing the source code won't be necessary :)
|
|||
## Cloning and Compiling
|
||||
Clone the repository
|
||||
```
|
||||
git clone https://github.com/cylgom/ly.git
|
||||
git clone https://github.com/nullgemm/ly.git
|
||||
```
|
||||
|
||||
Fetch submodules
|
||||
|
|
Loading…
Reference in New Issue