Removed a bad line of code
Added Raspberry stuff
This commit is contained in:
parent
28d2c38200
commit
ed4e836b34
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue