Skip to content

Asim-Tahir/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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