sylware / nyanlinux (public) (License: AFFERO GPLv3) (since 2019-09-09) (hash sha1)
scripts for a lean, from scratch, amd hardware, linux distro
List of commits:
Subject Hash Author Date (UTC)
actually, it depends on my mood e915785dc1b05026199563e1417339e9e34163f0 Sylvain BERTRAND 2020-02-18 16:40:37
gfx stack update ccd861d9b69b3eb6a18e88d84035f18bcf0acb48 Sylvain BERTRAND 2020-02-17 19:13:35
cleanup personal lynx conf 7bcbc8cdb3e08b295cf399f50172e0995efafa54 Sylvain BERTRAND 2020-02-16 20:26:30
curl update including a switch to libressl 8e4ba157fe796d427cebdf698a38d16ffba2df3d Sylvain BERTRAND 2020-02-16 20:08:33
lynx update including a switch to libressl a4841e764e3d37a10ea6160f340044134d8a7273 Sylvain BERTRAND 2020-02-16 19:26:55
nyanmp addition 36191515f084f3cc5963fb0cc5d53a1a264938a1 Sylvain BERTRAND 2020-02-12 19:13:48
gfx stack update 301289739687f81affd8414f323fc5e41d7da4f5 Sylvain BERTRAND 2020-02-10 19:21:13
st update 13f92a8a40f2ddaffdce06738639911fad610cd7 Sylvain BERTRAND 2020-02-03 19:38:06
gfx stack update c56bb268f0e63f3b61252b185f21294b21fdd515 Sylvain BERTRAND 2020-02-03 19:12:24
gfx stack update 442fe2461fedeb5b4e4998c600b3e66c26346fc3 Sylvain BERTRAND 2020-01-26 21:34:26
alsa update f3bc5a969f1cd7917644ed1ef870dff4a549736b Sylvain BERTRAND 2020-01-19 23:52:46
gfx stack update 14cd7f45d40eec0d6fe600d326e91cccb05276ce Sylvain BERTRAND 2020-01-19 15:07:38
dav1d: default the symbols to elf hidden c33df249596e8911858941752f4c4f42775c4b42 Sylvain BERTRAND 2020-01-13 00:54:43
gfx stack update 8647c8f1e4408736193f74948799b5f7b9fe9d70 Sylvain BERTRAND 2020-01-12 19:28:44
gfx stack update 43eaea03ad22e115875bf15a3e63ade6377e3915 Sylvain BERTRAND 2020-01-06 20:14:24
housekeeping 1d491adb072e20f5eba6ed6b9bd43aa42c6e400d Sylvain BERTRAND 2020-01-05 22:13:50
dwm addition (dota2 friendly edition) 9b1ee73aacde79f4831357484f6ede3d5b8bae9b Sylvain BERTRAND 2020-01-01 22:05:35
gfx stack update 3af4530977ef1b01b58184b8335c5dec184043f4 Sylvain BERTRAND 2019-12-29 18:29:34
gfx stack update 8d0a533fd0d9254794e52ccca3eb060884fb4103 Sylvain BERTRAND 2019-12-22 19:46:39
update libressl/gnutls (gnu is technically dying) 176392c0d069861eb5ad4dfaa88c8e82f37ff3be Sylvain BERTRAND 2019-12-22 19:44:31
Commit e915785dc1b05026199563e1417339e9e34163f0 - actually, it depends on my mood
Author: Sylvain BERTRAND
Author date (UTC): 2020-02-18 16:40
Committer name: Sylvain BERTRAND
Committer date (UTC): 2020-02-18 16:40
Parent(s): ccd861d9b69b3eb6a18e88d84035f18bcf0acb48
Signer:
Signing key:
Signing status: N
Tree: 643798921e9e4b82b6c4bf9062d634ac587ecf4f
File Lines added Lines deleted
builders/dwm-0/config.h 1 1
File builders/dwm-0/config.h changed (mode: 100644) (index 14498b9..68dc282)
... ... static const char *colors[][3] = {
20 20 }; };
21 21
22 22 /* tagging */ /* tagging */
23 static const char *tags[] = { "steam", "2", "3", "4", "5", "6", "7", "8", "9" };
23 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
24 24
25 25 static const Rule rules[] = { static const Rule rules[] = {
26 26 /* xprop(1): /* xprop(1):
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanlinux

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanlinux

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanlinux

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main