You can clone the repository wherever you want. The bootstrapper script will pull in the latest version and copy the files to your home folder.
git clone https://github.com/vladimirdolzhenko/dotfiles.git && cd dotfiles && source install.zsh
To update, cd ~/dotfiles
repository and then:
source install.zsh
To install these dotfiles without Git:
cd && mkdir dotfiles && cd dotfiles && curl -L https://github.com/vladimirdolzhenko/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,LICENSE}
source install.zsh
To update specific module, e.g. dev:
./install.zsh dev
or update specific submodule, e.g. dock of module osx:
./install.zsh osx/dock
To run you need admin permissions.
install.bat
installs choco
, a set of useful apps like far
, conemu
, development tools (git, java, gradle, maven, intellij idea), fonts (FiraCode, SourceCodeProd) and WindowsSubsystemLinux (with Ubuntu 18.04 LTS).
"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;Invoke-WebRequest -Uri http://github.com/vladimirdolzhenko/dotfiles/archive/master.zip -OutFile dotfiles.zip -UseBasicParsing; Expand-Archive dotfiles.zip -DestinationPath ."
cd dotfiles-master
install.bat
- @akowal and his initial dotfiles
- https://github.com/mathiasbynens/dotfiles
- https://github.com/myfreeweb/dotfiles
- and some of other github dotfiles