No Description

Bert Pattyn 6f0a1eb3e5 update the environment in the unattended install 11 years ago
.bash 0985004461 Bugfix: evaluate home dir character as a string 11 years ago
.bin dd60bd7ba6 Initial commit of very basic dotfiles 12 years ago
.vim 49cc56ba35 vim: set swapfile directory to ~/.vim/swp 11 years ago
.bash_profile 16c6ba4780 Install: add a question for which environment this is and add it to the prompt. 12 years ago
.bashrc dd60bd7ba6 Initial commit of very basic dotfiles 12 years ago
.gitconfig dd60bd7ba6 Initial commit of very basic dotfiles 12 years ago
.inputrc 8697abdf5b inputrc: remove duplicate autocompletion code 11 years ago
.vimrc 49cc56ba35 vim: set swapfile directory to ~/.vim/swp 11 years ago
README.md 90651204a0 Readme: replace html tags with corresponding html encoded tags 11 years ago
install.sh 341b993356 add an install script that can run without input or output 11 years ago
install_unattended.sh 6f0a1eb3e5 update the environment in the unattended install 11 years ago

README.md

README

Goal

Create dotfiles that can be installed on production and staging servers. Provide a familiar shell which contains commonly used commands as shortcuts.

These dotfiles do not override native commands.

Features

  • Pretty prompt
    • Displays environment
    • Displays git branch (if any)
    • Shorter current working directory (replaces /home/<user> with ~)
  • SSH config autocompletion
  • Git autocompletion
  • Git aliases
  • Aliases
  • Vim config

Installation

Run the following command:

git clone git@github.com:wijs/dotfiles-server.git ~/.dotfiles-server && cd ~/.dotfiles-server && ./install.sh && cd -

You'll be prompted for an environment (for example: staging, production, ..). This is to easily spot the server we're on.