Skip to content

Releases: Asim-Tahir/dotfiles

v0.3.0

05 Dec 20:42
Compare
Choose a tag to compare

Features

  • Easily setup via install.sh. Just follow the script instructions.

    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.

v0.2.0

05 May 15:16
Compare
Choose a tag to compare

Removed

Added

v0.1.0

15 Nov 18:45
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Base On 🔰

Plugins 🔌