add rs40 layout, update rpi config

This commit is contained in:
arnaucube
2023-12-10 16:46:24 +01:00
parent 49fb369d92
commit 7e951043b5
4 changed files with 67 additions and 0 deletions

View File

@@ -25,3 +25,11 @@ cp ../.tmux.conf ~/.tmux.conf
echo "append .bashrc of this repo lines to the .bashrc system file"
cat ../.bashrc >> ~/.bashrc
# Additionally, fix the IP:
# vim /etc/dhcpcd.conf:
#
# interface eth0
# static ip_address=192.168.1.150/24
# static routers=192.168.1.1
# static domain_name_servers=192.168.1.1