Description: Kristoffer Risa Blog and dev projects
blog (30204) open-source (4650) projects (3454) dev (622)
Blog Projects About Explore the world of future Crafting the digital future through open-source coding and innovative solutions.
Installing Oh-my-Zsh on Ubuntu This is a set of commands for installing Zsh on Ubuntu 18, 20 and 22. Updating the system sudo apt update && sudo apt dist-upgrade -y Installing Zsh sudo apt install zsh zsh --version Installing Oh-My-Zsh Plugin On-My-Zsh plugin provides some amazing shell enhancements to ZSH. You can install the plugin by typing this command in your terminal: sudo apt install git-core curl fonts-powerline sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/insta
Hey Here’s just a simple cheatsheet for the most basic git commands. git init git add file/files git status git commit git push git pull git clone git branch Link til GitHub git cheat sheet!