Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 593 Bytes

.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