Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
web
Commits
e39d1928
Commit
e39d1928
authored
Jan 28, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced vim ad, added icons for links to git.cse, github
parent
8a4c30dc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
34 deletions
+41
-34
_layouts/default.html
_layouts/default.html
+2
-2
images/github.png
images/github.png
+0
-0
images/gitlab.png
images/gitlab.png
+0
-0
resources.md
resources.md
+28
-32
styles/resources.css
styles/resources.css
+11
-0
No files found.
_layouts/default.html
View file @
e39d1928
...
...
@@ -33,8 +33,8 @@
</ul>
</nav>
<div
id=
"vim-proposal"
>
<a
href=
"http://
area51.stackexchange.com/proposals/80441/vi-and-vim?referrer=cSyv9sCu62iNAfGtTTKvSg2
"
>
<img
src=
"http://
area51.stackexchange.com/ads/proposal/80441.png"
alt=
"Stack Exchange Q&A site proposal: Vi and vim
"
/>
<a
href=
"http://
vi.stackexchange.com
"
>
<img
src=
"http://
i.stack.imgur.com/LMMOe.png"
alt=
"Vi and Vim Stack Exchange
"
/>
</a>
</div>
<article
id=
"main"
>
...
...
images/github.png
0 → 100644
View file @
e39d1928
2.56 KB
images/gitlab.png
0 → 100644
View file @
e39d1928
6.85 KB
resources.md
View file @
e39d1928
...
...
@@ -3,64 +3,62 @@ title: Resources
pagestyle
:
cann-table
permalink
:
/resources/
---
# Vim: `vimrc` and plugins {#vim}
-
(outdated) tarball:
[
vim.tar.bz2
](
{{
site.base-url }}/files/vim.tar.bz2)
-
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/vimrc
)
-
[
Github
](
https://github.com/murukeshm/vimrc
)
# Vim: `vimrc` and plugins [CSE Git](https://git.cse.iitb.ac.in/murukesh/vimrc) [Github](https://github.com/murukeshm/vimrc) {#vim}
<div
markdown=
"1"
id=
"plugins-list"
>
Currently contains a nifty
`vimrc`
, and some plugins:
-
[
Pathogen
](
http://www.vim.org/scripts/script.php?script_id=2332
)
-
[
supertab
](
https://github.com/ervandew/supertab
)
-
[
syntastic
](
https://github.com/scrooloose/syntastic
)
-
[
YouCompleteMe
](
https://github.com/Valloric/YouCompleteMe.git
)
-
[
vim-airline
](
https://github.com/bling/vim-airline
)
-
[
ctrlp.vim
](
https://github.com/ctrlpvim/ctrlp.vim.git
)
-
[
diffchar.vim
](
https://github.com/vim-scripts/diffchar.vim
)
-
[
molokai
](
https://github.com/tomasr/molokai.git
)
-
[
nerdtree
](
https://github.com/scrooloose/nerdtree.git
)
-
[
supertab
](
https://github.com/ervandew/supertab.git
)
-
[
syntastic
](
https://github.com/scrooloose/syntastic.git
)
-
[
vim2hs
](
https://github.com/dag/vim2hs
)
-
[
vim-surround
](
https://github.com/tpope/vim-surround.git
)
-
[
vim-airline
](
https://github.com/bling/vim-airline
)
-
[
tabular
](
https://github.com/godlygeek/tabular.git
)
-
[
tagbar
](
https://github.com/majutsushi/tagbar.git
)
-
[
vim-fugitive
](
https://github.com/tpope/vim-fugitive.git
)
-
[
vimtex
](
https://github.com/lervag/vimtex
)
-
[
molokai
](
https://github.com/tomasr/molokai.git
)
-
[
ctrlp.vim
](
https://github.com/ctrlpvim/ctrlp.vim.git
)
-
[
vim-go
](
https://github.com/fatih/vim-go.git
)
-
[
vim-markdown
](
https://github.com/gabrielelana/vim-markdown
)
-
[
vim-surround
](
https://github.com/tpope/vim-surround.git
)
-
[
vimtex
](
https://github.com/lervag/vimtex
)
-
[
vim2hs
](
https://github.com/dag/vim2hs
)
</div>
Old plugins:
-
[
vim-colorschemes
](
https://github.com/flazz/vim-colorschemes.git
)
-
*replaced with just the molokai scheme*
-
[
vim-colorschemes
](
https://github.com/flazz/vim-colorschemes.git
)
-
replaced with just the
`molokai`
scheme
-
[
eregex.vim
](
https://github.com/othree/eregex.vim.git
)
- didn't use it enough
-
[
ctrlp.vim
](
https://github.com/kien/ctrlp.vim
)
-
*superseded by ctrlp/ctrlp.vim*
-
[
LaTeX-Box
](
https://github.com/LaTeX-Box-Team/LaTeX-Box.git
)
-
*superseded by vimtex*
</div>
You might wanna do a
`git pull`
on some of the plugins inside
`.vim/bundle`
:
-
[
ctrlp.vim
](
https://github.com/kien/ctrlp.vim
)
- superseded by
`ctrlp/ctrlp.vim`
-
[
LaTeX-Box
](
https://github.com/LaTeX-Box-Team/LaTeX-Box.git
)
- superseded by
`vimtex`
git submodule foreach git pull -u origin master
You might wanna update some of the plugins inside
`.vim/bundle`
:
**Bonus**
: My dotfile repos:
git submodule update --remote --recursive --init
-
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/home
)
-
[
Github
](
https://github.com/murukeshm/home
)
**Bonus**
: My dotfile repos
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/home
)
<!-- section -->
# Some scripts {#scripts}
-
[
curlwc.sh
](
https://github.com/murukeshm/scripts/blob/master/curlwc.sh
)
:
-
[
`curlwc.sh`
](
https://github.com/murukeshm/scripts/blob/master/curlwc.sh
)
:
This script uses
[
curl(1)
](
http://manpages.ubuntu.com/curl.1
)
to download the target file in parts. Not very robust.
-
[
mtcd.sh
](
https://github.com/murukeshm/scripts/blob/master/mtcd.sh
)
:
-
[
`mtcd.sh`
](
https://github.com/murukeshm/scripts/blob/master/mtcd.sh
)
:
This script mounts all arguments in directories within
`~/cdrom`
(as ISO9660 images), and also handles unmounting.
These and more can be found on my
[
Github scrips repo
](
https://github.com/murukeshm/scripts
)
.
These and more can be found on my
scripts repo.
[
Github
](
https://github.com/murukeshm/scripts
)
<!-- section -->
# CV
# CV
[CSE Git](https://git.cse.iitb.ac.in/murukesh/cv)
A CV template in LaTeX (modified from one obtained online, original included):
-
(outdated) tarball:
[
CV-LaTeX.tar.gz
](
{{
site.base-url }}/files/CV-LaTeX.tar.gz)
-
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/cv
)
<!-- section -->
...
...
@@ -70,11 +68,9 @@ A CV template in LaTeX (modified from one obtained online, original included):
{% include_relative cann-table.html %}
</div>
I have followed the banding used by
[
@7amkickoff
][
7amkickoff
]
.
This table is updated weekly via a cronjob.
The data is scraped from
[
the PL site
][
epl
]
without any permission.
Hopefully this will count as personal use. :)
I have followed the banding used by
[
@7amkickoff
][
7amkickoff
]
. This table is
updated weekly via a cronjob. The data is scraped from
[
the PL site
][
epl
]
without any permission. Hopefully this will count as personal use. :)
[
cann-table
]:
http://www.sussex.ac.uk/Users/iane/cannyclubs.php
[
7amkickoff
]:
http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/
...
...
styles/resources.css
View file @
e39d1928
...
...
@@ -10,3 +10,14 @@
height
:
4em
;
}
a
[
href
^=
"https://git.cse.iitb.ac.in"
]
{
content
:
url("../images/gitlab.png")
;
max-height
:
1.5em
;
vertical-align
:
bottom
;
}
a
[
href
^=
"https://github.com/murukeshm"
]
:not
([
href
$
=
".sh"
])
{
content
:
url("../images/github.png")
;
max-height
:
1.5em
;
vertical-align
:
bottom
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment