pull/222/head v0.5.1
nullgemm 4 years ago
parent 52d24304f8
commit f6658f83a9

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

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

@ -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
[![CodeFactor](https://www.codefactor.io/repository/github/cylgom/ly/badge/master)](https://www.codefactor.io/repository/github/cylgom/ly/overview/master)
![Ly screenshot](https://user-images.githubusercontent.com/5473047/42466218-8cb53d3c-83ae-11e8-8e53-bae3669f959c.png "Ly screenshot")
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…
Cancel
Save