Skip to content

laryssonalves/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

This repository holds my automatic initial setup for Windows/Linux environment

Linux

To setup all dev environment run the following command on your bash terminal

wget https://raw.githubusercontent.com/laryssonalves/.dotfiles/master/dev.sh && bash ./dev.sh

Windows

First, before running the next command you need to bypass ExecutionPolicy

Set-ExecutionPolicy Bypass

To install windows tools run the following commands on your PowerShell

iwr -useb https://raw.githubusercontent.com/laryssonalves/.dotfiles/master/tools.ps1 | iex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published