Skip to content

afgalvan/dotfiles

Repository files navigation

dotfiles

My personal dotfiles

To install in Linux (zsh)

clone the repository

git clone --depth 1 https://github.com/afgalvan/dotfiles.git

Go to the directory

cd dotfiles

Execute the installer

./install.sh

Linux Screen

screenshot


To install in Windows (powershell)

Before start...

  • Run powershell/windows terminal as administrator.

  • You'll need cargo installed in your machine and added in your path.

  • Ensure that VS 2013, 2015, 2017 or 2019 was installed with the Visual C++ option.

clone the repository

git clone --depth 1 https://github.com/afgalvan/dotfiles.git

Go to the directory

cd dotfiles

Execute the installer

powershell -ExecutionPolicy ByPass -File windows_installer.ps1

Windows Screen

windows_screen