TL;DR:
git clone [email protected]:asyrjasalo/configs.git && configs/symlink_dotfiles
Run symlink_dotfiles
with -f
to override the existing paths without prompting (!).
bin/install_apps
Uses Homebrew and Cask on OS X, and Linuxbrew on GNU/Linux.
bin/install_zsh
This prompts to set (the brewed) zsh
as the user's default shell.
bin/install_bash
This prompt to set (the brewed) bash
as the user's default shell.
bin/install_fonts
bin/install_nvim
This installs Neovim and Vundle, and updates the (Neo)vim plugins.
bin/install_tmux
This installs also tmux plugin manager
bin/install_subl
Warning: This will remove your existing Sublime Text packages.
bin/install_devenv
Installs rbenv
, pyenv
, nvm
and some AWS CLI tools.
bin/install_apps_osx
bin/sensible_osx
bin/install_apps_ubuntu
Prefer Windows Subsystem for Linux (on Windows 10) if possible - some of the Linuxbrew formulas actually work even on msys bundled with Git for Windows.
On Windows Vista and later, Sublime Text configs can be linked in administrator PowerShell:
cd "$env:appdata\Sublime Text 3\Packages\"
rmdir -recurse User
cmd /c mklink /D User $env:userprofile\configs\sublime