/dotfiles

My configuration for Windows and Linux Operating System

Primary LanguageShellMIT LicenseMIT

Dotfiles

My configuration for Linux and Windows Operating System.

Windows Ubuntu Kali License Github GitHub language count GitHub repo size GitHub last commit (branch)

Prerequisite

  • Git

⚙️ Installation (Linux)

  • Clone the repository by running the command git clone https://www.github.com/techtuner/dotfiles && cd dotfiles

  • Kali

     sudo chmod +x kali.sh
    ./kali.sh
  • Ubuntu

     sudo apt-get install curl wget -y
     sudo chmod +x ubuntu.sh
     ./ubuntu.sh

⚙️ Installation (Windows)

  • Download the dotfiles as a zip and unzip the folder

  • Run Powershell as an Administrator and change into the extracted folder

     Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
     ./install.ps1

Tools I Use

  • Neovim
  • Terminator
  • Visual Studio Code