Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 2.1 KB

README.md

File metadata and controls

70 lines (55 loc) · 2.1 KB

Preview 👀

Preview of Terminal

Powered By ⚡

Plugins 🔌

Installation 💻

Linux 🐧/ MacOS 🍎

  1. First things first, install zsh, git, (curl/wget/fetch).
    For Ubuntu 🐧
    sudo apt update -y && sudo apt install zsh git curl -y
    For MacOS 🍎
    brew install zsh git curl
  2. Fetch and run install.sh script
    via 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 >= 5.0