This is a backup of my most important dotfiles. There are small adjustments in .bashrc
and .profile
compared to the original files included in Ubuntu 20.04 LTS
. Also included is my ~./vimrc
and some solarized themes for the color GNU ls utility taken from dircolors-solarized.
- customized
HISTTIMEFORMAT
,HISTSIZE
andHISTFILESIZE
HISTCONTROL
adjustments: don't put duplicate lines or lines starting with space in the history- added custom paths for my needs
- disabled alternate screen switching for manpages
- added system-wide proxy configuration (have to be adapted to your demands)
- set vim as default editor
For usage, the following requirements have to be fulfilled.
-
If not already exist, create
~/.vim
directory -
Clone the repository to a temporary place with
git clone https://github.com/detzen/homedir.git
-
Copy
.vimrc
to your home directory -
Setup Vundle with
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
When you open vim for the first time, ignore all errors and run
:PluginInstall
within vim -
Restart vim and you're done
Copy dircolors*
to your home directory and create a symlink for the dircolor version of your choice, e.g.:
ln -s dircolors.256dark .dircolors