Update nanorc + use gitmodules for nanorc highlighting stuff

Also added my hax.co.id VPS into my SSH client config for wasy access
through Cloud Shell as SSH bastion

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2022-06-02 11:34:06 +08:00
parent 1a86b6155c
commit 611e6f053b
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
4 changed files with 12 additions and 6 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "nixos"]
path = nixos
url = https://gitlab.com/ajhalili2006-experiments/nixos-config-hub
[submodule "nanorc-highlighting-improvements"]
path = nanorc/highlighting
url = https://github.com/scopatz/nanorc

View File

@ -1,9 +1,5 @@
# import package defaults first
include /usr/share/nano/*.nanorc
include /usr/share/nano/extra/*.nanorc
# then import ours, but trust our distro packages
#include ~/.dotfiles/nanorc/highlighting/*.nanorc
# Don't use distro's defaults, use what's shipped from github:scopatz/nanorc
include ~/.dotfiles/nanorc/highlighting/*.nanorc
# enable multibuffer stuff
set multibuffer

1
nanorc/highlighting Submodule

@ -0,0 +1 @@
Subproject commit 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd

View File

@ -87,3 +87,9 @@ Host sourceforge
Hostname shell.sourceforge.net
IdentityFile ~/.ssh/launchpad
# hax.co.id
Host write.ajhalili2006.dev
Hostname 91.134.238.133
User ajhalili2006
Port 4830
IdentityFile ~/.ssh/launchpad