Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 717 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 717 Bytes

.dotfiles

This repository contains dotfiles that set up a development environment that uses the following tools:

  • zsh
  • zsh-git-prompt
  • vim
  • Full .vimrc and Plugins
  • tmux
  • tmuxifier

To install or update the dotfiles, clone this repository and run ./install.sh from inside it. Make sure that the repo stays where it was when you executed the installer or else, the symlinks will break. In that case you can always run ./install.sh again :).

Installation

curl -f https://raw.githubusercontent.com/DeX3/dotfiles/master/web-install.sh | bash

For servers (just minimal config):

curl -f https://raw.githubusercontent.com/DeX3/dotfiles/master/web-install-server.sh | bash