Skip to content

jsilverdev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

🐧 Linux

  • Debian / Arch Linux
  • curl

Acknowledgments

This dotfiles repository is inspired by:

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors