OSSetup

ZSH

Install, verify zsh location and change it to default shell

sudo apt-get install zsh
whereis zsh
chsh -s /usr/bin/zsh wolle

Oh-my-zsh

Documentation is herearrow-up-right Install Oh-my-zsh first because it comes with its own .zshrc file

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Syntax highlighting

More herearrow-up-right

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Spaceship prompt

To make things look nice, more info herearrow-up-right

git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"

ZSH Completions

more info herearrow-up-right

ZSH autosuggestions

See Documentation herearrow-up-right

Network Drives

add aliases to mount nfs fileshares

Install Nerdfonts

check herearrow-up-right

File display colors

Vivid to update (LS_COLORS)[https://github.com/sharkdp/vivid]

Install AWS-CLI

CommandLine Tools

Install lsd-rs

Githubarrow-up-right

Install bat

Bat is more eye-friendly cat alternative, on Githubarrow-up-right. Replace the release number down there with the latest from the Release Page Releasearrow-up-right.

fuzzyfind

On fzfarrow-up-right

autojump

On autojumparrow-up-right. Autojump needs to be sourced.

Auto Sugges

A terminal based file Explorer including picture preview Needs Nerdfonts, install with bash and curl

Last updated