https://github.com/edvb/dotfiles
config files for my linux setup
https://github.com/edvb/dotfiles
bash dmenu dwm git gtk htop linux makefile pylint st suckless sxhkd vim xorg
Last synced: 25 days ago
JSON representation
config files for my linux setup
- Host: GitHub
- URL: https://github.com/edvb/dotfiles
- Owner: edvb
- Created: 2014-05-24T17:42:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-07-29T15:38:03.000Z (6 months ago)
- Last Synced: 2025-07-29T18:23:37.308Z (6 months ago)
- Topics: bash, dmenu, dwm, git, gtk, htop, linux, makefile, pylint, st, suckless, sxhkd, vim, xorg
- Language: CSS
- Homepage:
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.