DOTFILES

This page its to explain my environment configuration, show instructions to download & install it. To anything that could be need it

Download as .zip View on GitHub

Dotfiles backup

Hi to my repo backup with configurations to all my environment

Current config backups


Installing

Here you will find the scripts to install my environment config

Pre-requirements

Have installed:

Recommend

Linux

Recommend

Paste & use

WGet
bash <(wget -qO - https://raw.githubusercontent.com/Ebriopes/dotfiles/server/assets/scripts/installer.sh)
Curl
bash <(curl -L https://raw.githubusercontent.com/Ebriopes/dotfiles/server/assets/scripts/installer.sh)

Windows

Requirements

Verify ExecutionPolicy to don’t be restricted

[!TIP] How to disable ExecutionPolicy

To change the ExecutionPolicy you need

  • Open an Administrator Terminal

  • Where you will to validate your current status Get-ExecutionPolicy

  • To change the “Restricted” status you can use Set-ExecutionPolicy RemoteSigned -Force

Paste & use

Invoke-WebRequest https://raw.githubusercontent.com/Ebriopes/dotfiles/server/assets/scripts/installer.ps1 -OutFile $HOME\Downloads\dotfiles-installer.ps1
powershell -ExecutionPolicy Bypass -File $HOME\Downloads\dotfiles-installer.ps1

Environment script

You can see the original environment configuration script here: base_install.sh

Where initialy configure a basic bare repository


We are continue developing this page…