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)
files: remove old vim8 configuration cdec65497d823ce2fb3106cc6e4e8eb121b057f8 Sylvain BERTRAND 2023-01-15 17:45:16
vim: update (now vim9) 3168b911af79c2ec79c7eb55d6d6253e627bd3b1 Sylvain BERTRAND 2023-01-15 17:34:54
gfx stack update 8b238108c499252dc8f4c6ed51e1ade9995c0ca2 Sylvain BERTRAND 2023-01-15 14:19:09
gfx stack update 166317343067edf85c43f7876709782dd6ee29c8 Sylvain BERTRAND 2023-01-08 11:57:13
gfx stack update 7d84aa217e1089e860befab6dfb529deb588a16a Sylvain BERTRAND 2023-01-01 12:37:23
file: update to 5.43 e304c0a08871e76c4c768bf6987386c13556d0b3 Sylvain BERTRAND 2022-12-25 15:52:58
gfx stack update 960504945ef091715444f215f4906ed849536512 Sylvain BERTRAND 2022-12-18 01:41:24
gfx stack update fe8ab949bb8be12edb2773f30e29c6f0ad35ca45 Sylvain BERTRAND 2022-12-11 14:34:25
gfx stack update a60696665c4b986c587d0f49f63c621450f43c84 Sylvain BERTRAND 2022-12-04 14:50:27
gfx stack update a69204792d03bedf7fc5070db185ab0d6d0e7ab6 Sylvain BERTRAND 2022-11-26 22:46:52
gfx stack update c3dd0e1701e2a51dea4b6b1614a5482dc3a23141 Sylvain BERTRAND 2022-11-20 15:26:40
gfx stack update 9c2c1163e9ead71ed60ef2cf068f5ca5719b3bad Sylvain BERTRAND 2022-11-13 12:13:54
gfx stack update dadc8447f163cd9a5433d1395d1924e937ab0457 Sylvain BERTRAND 2022-11-06 11:54:58
gfx stack update 4ddfa1cef2c1d8963a8c3a086ddbc65e56c481a1 Sylvain BERTRAND 2022-10-30 10:39:35
dwm: update a426d5dc004c3497d64cf9c0fb68c869019643be Sylvain BERTRAND 2022-10-23 15:58:58
libXft2: update b95f208e78e5af6978bdf0740233970c64277624 Sylvain BERTRAND 2022-10-23 15:58:39
libXfont2: update e2f966ee1f47c2bd481438872863033382866c64 Sylvain BERTRAND 2022-10-23 15:58:21
libfontenc: update c020934ab106355f615ef22551138b8e0e2b7737 Sylvain BERTRAND 2022-10-23 15:16:56
font-util: update fb78bec7e689cb14fc011b2373256d6d284d05b3 Sylvain BERTRAND 2022-10-23 15:16:39
freetype: update 0658d40c4b7773542aafcb0acab35b14667644ed Sylvain BERTRAND 2022-10-23 14:11:34
Commit cdec65497d823ce2fb3106cc6e4e8eb121b057f8 - files: remove old vim8 configuration
Author: Sylvain BERTRAND
Author date (UTC): 2023-01-15 17:45
Committer name: Sylvain BERTRAND
Committer date (UTC): 2023-01-15 17:45
Parent(s): 3168b911af79c2ec79c7eb55d6d6253e627bd3b1
Signer:
Signing key:
Signing status: N
Tree: 30c685c04c4367102ff78650c8a7bcf4b35c01af
File Lines added Lines deleted
files/vimrc-st 0 27
File files/vimrc-st deleted (index d2059ed..0000000)
1 " vim specific tinfo t_8f and t_8b are necessary for st truecolor support
2 let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
3 let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
4 set tgc
5
6 set nowrap
7 syntax on
8 set ruler
9 if findfile("/run/invert") == "/run/invert"
10 set background=light
11 else
12 set background=dark
13 endif
14 let asmsyntax = "nasm"
15
16 " for shift up/down keys, st send the esc commands scroll backward/forward.
17 " use <c-k> in insert mode to get the key sequence.
18 nmap <c-w><esc>[1;2A <c-w>K
19 nmap <c-w><esc>[1;2B <c-w>J
20 nmap <c-w><S-Right> <c-w>L
21 nmap <c-w><S-Left> <c-w>H
22
23 nmap <F2> 80<c-w><bar>
24 nmap <esc>[1;5A 5<up>
25 nmap <esc>[1;5B 5<down>
26 vmap <esc>[1;5A 5<up>
27 vmap <esc>[1;5B 5<down>
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