Skip to content

barrientosvctor/dotfiles

Repository files navigation

Victor's dotfiles

Notes

  • Make sure to run the script on a terminal with administrator permissions.
  • Make sure to stay at dotfiles root path when running any script

Windows setup

Requeriments

  • PowerShell >= 5.1.*

Installation

Installation including all targets

$ .\windows\setup.ps1 all

Installation of a specific target

$ .\windows\setup.ps1 <target>

List of all targets available

$ .\windows\setup.ps1 help

Unix setup

Dotfiles (un)installation are managed by scripts located un scripts folder, you need to convert the script file you want to execute as Bash Script Executable file.

Installation

Uninstallation

You need to convert to Bash Script Executable file all scripts located in scripts folder, for this, type the following command:

$ chmod u+x ./scripts/*.sh

Installation

$ ./scripts/install.sh

Uninstallation

$ ./scripts/uninstall.sh

Todo

  • [] Make a vim installation on windows script
  • [] Make a neovim installation on windows script
  • [] Make font installation on unix script
  • [] Make a script to automate alacritty shell config depending the operative system

About

My dotfiles configuration for every machine I use.

Topics

Resources

Stars

Watchers

Forks