OSSetup
ZSH
sudo apt-get install zsh
whereis zsh
chsh -s /usr/bin/zsh wolleOh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Syntax highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightingSpaceship prompt
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
ZSH autosuggestions
Network Drives
Install Nerdfonts
File display colors
Install AWS-CLI
CommandLine Tools
Install lsd-rs
Install bat
fuzzyfind
autojump
Auto Sugges
Last updated