v0.3.0 #7
Asim-Tahir
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
Easily setup via
install.sh
. Just follow the script instructions.Linux 🐧/ MacOS 🍎
First things first, install
zsh
,git
, (curl
/wget
/fetch
).For
Ubuntu
🐧sudo apt update -y && sudo apt install zsh git curl -y
For
MacOS
🍎Fetch and run
install.sh
scriptvia
curl
sh -c "$(curl -fsSL https://raw.github.com/Asim-Tahir/dotfiles/main/install.sh)"
via
wget
sh -c "$(wget https://raw.github.com/Asim-Tahir/dotfiles/main/install.sh -O -)"
via
fetch
sh -c "$(fetch -o - https://raw.github.com/Asim-Tahir/dotfiles/main/install.sh)"
Windows 🖥️
ASAP add installation script for Windows PowerShell.
This discussion was created from the release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions