diff --git a/.gitmodules b/.gitmodules index 079178f..8e5abaf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/nanorc/config/linux.nanorc b/nanorc/config/linux.nanorc index 7396675..7119e8b 100644 --- a/nanorc/config/linux.nanorc +++ b/nanorc/config/linux.nanorc @@ -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 diff --git a/nanorc/highlighting b/nanorc/highlighting new file mode 160000 index 0000000..1aa64a8 --- /dev/null +++ b/nanorc/highlighting @@ -0,0 +1 @@ +Subproject commit 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd diff --git a/ssh-client/ubuntu b/ssh-client/ubuntu index c3de626..a67e509 100644 --- a/ssh-client/ubuntu +++ b/ssh-client/ubuntu @@ -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