Added some information about bspwm

This commit is contained in:
2017-03-26 20:01:09 +02:00
parent 76849ccc56
commit 57ce50471e

View File

@@ -2,7 +2,11 @@ My configs
========== ==========
This repository is a collection of configurations that I use on my systems to make my life easier. Below is a brief description of some of the tools that I use in the hope that someone else might find this useful. This repository is a collection of configurations that I use on my systems to make my life easier. Below is a brief description of some of the tools that I use in the hope that someone else might find this useful.
Vim bspwm
-----
This is a fantastic tiling window manager that represents windows as the leaves of a full binary tree. My scripts for bspwm supports multiple monitors and can scale very easily.
vim
--- ---
Vim is a fantastic text editor and with a few plugins it can make anyone look like a pro. Here is a couple of plugins that I find very useful. Vim is a fantastic text editor and with a few plugins it can make anyone look like a pro. Here is a couple of plugins that I find very useful.
@@ -12,7 +16,7 @@ Vim is a fantastic text editor and with a few plugins it can make anyone look li
4. YouCompleteMe: Is a fast, as-you-type, fuzzy-search code completion engine for Vim 4. YouCompleteMe: Is a fast, as-you-type, fuzzy-search code completion engine for Vim
5. Nerdcommenter: Allows for easy commenting of code for many file types 5. Nerdcommenter: Allows for easy commenting of code for many file types
6. Vim-airline: Is a lean status/tabline for vim 6. Vim-airline: Is a lean status/tabline for vim
7. Jellbeans: It is a dark yet colourful colour scheme 7. Jellbeans: It is a dark yet colourful colour scheme
To setup Vim on your system with my configuration please run the following command to install vundle on your system. To setup Vim on your system with my configuration please run the following command to install vundle on your system.