merge remote branch
This commit is contained in:
commit
56193d308a
3
Makefile
3
Makefile
|
@ -10,6 +10,7 @@ termux-pkgs:
|
||||||
pkg install \
|
pkg install \
|
||||||
neovim \
|
neovim \
|
||||||
git \
|
git \
|
||||||
|
tig \
|
||||||
tigervnc \
|
tigervnc \
|
||||||
sxhkd \
|
sxhkd \
|
||||||
clang \
|
clang \
|
||||||
|
@ -27,6 +28,8 @@ termux-pkgs:
|
||||||
rbw \
|
rbw \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
bspwm \
|
bspwm \
|
||||||
|
termux-api \
|
||||||
|
jq \
|
||||||
x11-repo
|
x11-repo
|
||||||
|
|
||||||
termux-dots:
|
termux-dots:
|
||||||
|
|
|
@ -2,6 +2,10 @@ Host mainsail
|
||||||
User usr
|
User usr
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
|
Host phone
|
||||||
|
User u0_a193
|
||||||
|
Port 8022
|
||||||
|
|
||||||
Host netbox
|
Host netbox
|
||||||
HostName beepboop.systems
|
HostName beepboop.systems
|
||||||
User ryan
|
User ryan
|
||||||
|
|
|
@ -6,4 +6,5 @@
|
||||||
- `192.168.1.200`: `mainsail`
|
- `192.168.1.200`: `mainsail`
|
||||||
- `192.168.1.201`: `x230t`
|
- `192.168.1.201`: `x230t`
|
||||||
- `192.168.1.202`: `mlg`
|
- `192.168.1.202`: `mlg`
|
||||||
- `192.168.1.203-255`: Unassigned
|
- `192.168.1.203`: `phone`
|
||||||
|
- `192.168.1.204-255`: Unassigned
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
"192.168.1.200" = [ "mainsail" ];
|
"192.168.1.200" = [ "mainsail" ];
|
||||||
"192.168.1.201" = [ "x230t" ];
|
"192.168.1.201" = [ "x230t" ];
|
||||||
"192.168.1.202" = [ "mlg" ];
|
"192.168.1.202" = [ "mlg" ];
|
||||||
|
"192.168.1.203" = [ "phone" ];
|
||||||
"149.28.63.115" = [ "netbox" ];
|
"149.28.63.115" = [ "netbox" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue