Hello World
This is the first post in this blog.
How about a code block around here somewhere?
We can do an easy one. Lets intall homebrew from the website: brew.sh
- This script will install homebrew onto your system.
- homebrew is a package manager and will allow you to install software onto your system through the terminal. This can be anything from tools, utilities or games and just fun stuff.
1
2
3
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
After homebrew has finished installing you can check the version in terminal with -
1
brew --version
Intalling neofetch is simple and gives information for your system, this is a good one to try.
type in terminal-
1
brew install neofetch