Welcome to my dotfiles! This repository contains configurations and scripts to quickly set up a development environment on Windows and Linux.
To set up your environment on Windows, run the following command in PowerShell:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/jsilverdev/dotfiles/master/lets-go.ps1" -OutFile ".\lets-go.ps1"; Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned; .\lets-go.ps1To set up your environment on Linux, use this command:
bash <(curl -s https://raw.githubusercontent.com/jsilverdev/dotfiles/master/lets-go.sh)- PowerShell
- Dev Mode enabled
- Debian / Arch Linux
- curl
This dotfiles repository is inspired by: