Skip to content

jsilverdev/dotfiles

Repository files navigation

Dotfiles

Welcome to my dotfiles! This repository contains configurations and scripts to quickly set up a development environment on Windows and Linux.

Quick Installation

🖥️ Windows

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.ps1

🐧 Linux

To set up your environment on Linux, use this command:

bash <(curl -s https://raw.githubusercontent.com/jsilverdev/dotfiles/master/lets-go.sh)

Requirements

🖥️ Windows

  • PowerShell 5.0 or newer (This script install the last version of Powershell)
  • Dev Mode is enabled

🐧 Linux

  • Bash 4.0 or newer
  • curl

Acknowledgments

This dotfiles repository is inspired by Lissy93's dotfiles.

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published