changed document style

This commit is contained in:
2017-03-27 21:13:18 +02:00
parent 40022d92ae
commit 9f5c05ce07

View File

@@ -8,24 +8,24 @@ bspwm
-----
This is a fantastic tiling window manager that represents windows as the leaves of a full binary tree. My scripts for bspwm supports single to multiple monitors, adjusting the workspaces depending on the amount of monitors that is detected during startup. These scripts for bspwm depends on the following.
1. nitrogen (is a fast and lightweight desktop background browser and setter for X windows)
2. conky (is a extremely configurable system monitor)
3. sxhkd (is a simple X hotkey daemon with a powerful and compact configuration syntax)
4. dunst (is a minimalistic notification daemon that can listen to notifications from libnotify)
5. xdo (is a utility for performing actions on windows in X)
6. lemonbar (is a lightweight bar based on XCB)
* nitrogen (is a fast and lightweight desktop background browser and setter for X windows)
* conky (is a extremely configurable system monitor)
* sxhkd (is a simple X hotkey daemon with a powerful and compact configuration syntax)
* dunst (is a minimalistic notification daemon that can listen to notifications from libnotify)
* xdo (is a utility for performing actions on windows in X)
* lemonbar (is a lightweight bar based on XCB)
vim
---
Using the vim text editor with a couple of plugins it can make anyone look like a pro. Here is a couple of plugins that I find very useful.
1. Vungle: Used to manage plugins in Vim
2. Ultisnips: Is the ultimate solution for snippets in Vim
3. Vim-snippets: Contains snippets files for various programming languages
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
6. Vim-airline: Is a lean status/tabline for vim
7. Jellbeans: It is a dark yet colourful colour scheme
* vungle (is used to manage plugins in vim)
* ultisnips (is the ultimate solution for snippets in vim)
* vim-snippets (contains snippets files for various programming languages)
* YouCompleteMe (is a fast, as-you-type, fuzzy-search code completion engine for vim)
* nerdcommenter (allows for easy commenting of code for many file types)
* vim-airline (is a lean status/tabline for vim)
* jellbeans (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.