Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nullgemm committed Jul 27, 2020
1 parent 52d2430 commit f6658f8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .gitea
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 5 deletions .github
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f6658f8

Please sign in to comment.