#!/bin/bash sudo apt update && sudo apt install -y zsh xdg-utils wget git vim autojump icdiff ranger wget https://dotfiles.volucra.de/bash_aliases -O ~/.bash_aliases sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh) --unattended" wget https://raw.githubusercontent.com/Cornelicorn/bullet-train.zsh/master/bullet-train.zsh-theme -O ~/.oh-my-zsh/themes/bullet-train.zsh-theme git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions && chmod 774 ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions wget https://dotfiles.volucra.de/zshrc_server -O ~/.zshrc wget https://dotfiles.volucra.de/gitconfig -O ~/.gitconfig wget https://dotfiles.volucra.de/vimrc -O ~/.vimrc mkdir -p ~/.config/htop wget https://dotfiles.volucra.de/htoprc -O ~/.config/htop/htoprc mkdir -p ~/.config/ranger wget https://dotfiles.volucra.de/ranger_rc -O ~/.config/ranger/rc.conf