From ed4e836b34ee2fdf3a5a91b4e63256d8609194e7 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Sat, 7 Jan 2023 22:16:55 +0100 Subject: [PATCH] Removed a bad line of code Added Raspberry stuff --- Raspberry Pi/first_install.sh | 6 +++++- dotfiles/.zshrc | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Raspberry Pi/first_install.sh b/Raspberry Pi/first_install.sh index 3e0b9fa..3a20683 100644 --- a/Raspberry Pi/first_install.sh +++ b/Raspberry Pi/first_install.sh @@ -1,7 +1,11 @@ +# Add non-free repository: +wget -qO - https://ftp-master.debian.org/keys/archive-key-10.asc | sudo apt-key add - +echo deb http://deb.debian.org/debian bullseye main contrib non-free | sudo tee -a /etc/apt/sources.list + apt-get update apt-get upgrade -apt-get install python3 vim-nox tmux nano zsh git autossh mosh sshuttle fail2ban avahi-daemon ufw lynx npm apticron tidy nmon python-pip python3-pip printer-driver-gutenprint htop +apt-get install python3 vim-nox tmux nano zsh git autossh mosh sshuttle fail2ban avahi-daemon ufw lynx npm apticron tidy nmon python3-pip printer-driver-gutenprint htop ncdu python3-venv unrar par2 ack ufw allow ssh diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 2f7df9f..e55a5d0 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -72,7 +72,7 @@ export HTML_TIDY=~/.tidy.conf setopt autocd # Change directory without typing "cd" in front of it. alias scp='noglob \scp' # Allows wildcards in scp commands alias rsync='noglob \rsync' # Allows wildcards in rsync commands -setxkbmap -option caps:escape # Change capslock key to escape +# setxkbmap -option caps:escape # Change capslock key to escape zstyle ':completion:*' rehash true # Find new executables for autcompletion stty -ixon # Ignore and pass through ctrl-s and ctrl-q as normal input (quicksave bin for vim)