afgalvan / dotfiles

My personal dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My personal dotfiles.

License:GNU General Public License v3.0


Languages

Language:Shell 78.8%Language:Vim Script 10.5%Language:PowerShell 10.3%Language:Python 0.4%