nlahmi / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Linux (Tested on Debian 12 only)

sudo apt update ; sudo apt install -y curl
sh -c "$(curl -fsLS https://raw.githubusercontent.com/nlahmi/dotfiles/main/setup.sh)"

Windows

Will install a Debian WSL2 environment and run the Linux script inside it. Run as Administrator!

iex ((New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/nlahmi/nvim-config/main/setup.ps1"))

About


Languages

Language:Shell 56.3%Language:Lua 29.2%Language:PowerShell 14.5%