Skip to content

Instantly share code, notes, and snippets.

@thetillhoff
Last active March 25, 2023 10:34
Show Gist options
  • Save thetillhoff/d40c11cd6e81dd4903ed62803b34ae58 to your computer and use it in GitHub Desktop.
Save thetillhoff/d40c11cd6e81dd4903ed62803b34ae58 to your computer and use it in GitHub Desktop.
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install git wget curl coreutils ntp rsync -y
# install fonts for zsh
sudo apt-get install powerline -y
# install zsh
sudo apt-get install zsh -y
echo manually setup dotfiles, especially the .zshrc
echo ln -s /mnt/c/Users/<username> <username>
echo manually set wsl font to DejaVu Sans Mono for Powerline
echo increase font size to 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment