Nanoseb / dotfiles

Some config files I use on my systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This repository contains (a user friendly version of) the configuration files I use on all my systems.

.bashrc

You have here a set of convenient aliases, a function to extract archives and a more graphical pleasing and useful prompt (that displays for example the current full path).

.inputrc

This sets some keyboard shortcuts when using readline (bash) like using up arrow in a middle of a command to search back in the history or the use of ctrl+left or ctrl+right to move word by word.

.zshrc

Provides the same features as the .bashrc for zsh, plus a git related prompt and some zsh specific autocompletion options.

.vimrc

This includes some general vim settings, a status line and a function to prettify xml files (by just issuing :PrettyXML).

Vim plugin I often use (with pathogen):

Each of them being as useful as it is light ;)

.ssh/config

Enables compression by default and set up a connection reuse to speed up login step via the ControlMaster feature of ssh.

.nanorc

Various settings for nano.

About

Some config files I use on my systems


Languages

Language:Shell 68.2%Language:Vim Script 31.8%