Skip to content

edvb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1be0c70 · Mar 22, 2025
Dec 24, 2024
Jan 18, 2025
Aug 20, 2017
Mar 17, 2018
Apr 23, 2015
Feb 28, 2016
Jan 29, 2015
Jan 18, 2025
Dec 25, 2024
Mar 17, 2017
Dec 25, 2024
Mar 25, 2020
Dec 24, 2015
Mar 22, 2025
Dec 28, 2015
Mar 28, 2020
Jun 17, 2015
Jul 20, 2015
Mar 25, 2020
Feb 25, 2024
Sep 11, 2015
Mar 25, 2020
Jan 29, 2015
Jan 9, 2021
Oct 26, 2017
Dec 28, 2020
Dec 23, 2015

Repository files navigation

dotfiles

This is the place I use to store all my configuration files for programs such as Vim, Bash, Tmux, etc. These files are only designed to be used on Linux. I recommend you not to just copy whole files, but instead copy one line at a time that you understand and slowly build up a huge file. This way you have a setup that fits you best.

installation

Simply run make install to create all the appropriate symlinks, or run make install-dotfiles just to install the dotfiles to the home directory, and make instal-sl to install any suckless config header files

Now we need to install the plug-ins which are found in vimrc.bundles. To do this I use Vundle, so enter this into the command line:

git clone https://github.com/gmarik/Vundle.vim vim/bundle/Vundle.vim

After the repository has been cloned open the vimrc.bundles file. When inside enter this into Vim:

:VundleInstall

After it has finished installing you can exit the Vundle window and the plug-ins should be installed.