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
a479eff6
Commit
a479eff6
authored
Mar 16, 2021
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up resources and add link to printable CV
parent
ca555716
Pipeline
#1430
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
26 deletions
+9
-26
cv.md
cv.md
+4
-0
resources.md
resources.md
+5
-26
No files found.
cv.md
View file @
a479eff6
...
...
@@ -94,3 +94,7 @@ description: What have I been upto?
## 2008 -- 2012
{:.year}
---
A print-friendly CV is at
<https://murukesh.gitlab.io/cv/>
.
resources.md
View file @
a479eff6
...
...
@@ -10,40 +10,26 @@ Currently contains a nifty `.zshrc`, `vimrc`, and some plugins:
-
zsh
-
[
zdharma/fast-syntax-highlighting
](
https://github.com/zdharma/fast-syntax-highlighting
)
-
[
zsh-users/zsh-autosuggestions
](
https://github.com/zsh-users/zsh-autosuggestions
)
-
vim
-
[
vim-plug
](
https://github.com/junegunn/vim-plug
)
-
[
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
)
-
[
syntastic
](
https://github.com/scrooloose/syntastic
)
-
[
tabular
](
https://github.com/godlygeek/tabular.git
)
-
[
tagbar
](
https://github.com/majutsushi/tagbar.git
)
-
[
vim2hs
](
https://github.com/dag/vim2hs
)
-
[
vim-airline
](
https://github.com/bling/vim-airline
)
-
[
vim-fugitive
](
https://github.com/tpope/vim-fugitive.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
)
-
[
YouCompleteMe
](
https://github.com/Valloric/YouCompleteMe.git
)
-
and others
…
{: #plugins-list}
In addition, I wrote my own plugin for using [Vim as a
`MANPAGER`
](/2015/08/28/vim-for-man.html):
[
vim-manpager
](
https://github.com/muru/vim-manpager
)
.
Old plugins:
-
[
Pathogen
](
http://www.vim.org/scripts/script.php?script_id=2332
)
: superseded
by
`vim-plug`
-
[
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`
Setting up usually goes:
1.
Clone to a folder, say
`~/home`
(recursively, so that the zsh plugin is pulled in)
...
...
@@ -63,20 +49,13 @@ The `.vim` used to be in a separate repo, then I merged it into home.
# Some scripts {#scripts}
-
[
`curlwc.sh`
](
https://github.com/muru/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/muru/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 scripts repo.
[
![github]
](
https://github.com/muru/scripts
)
{:.git}
Some utility scripts I wrote can be found on my scripts repo.
[
![github]
](
https://github.com/muru/scripts
)
{:.git}
<!-- section -->
# CV
A CV template in LaTeX (modified from one obtained online
, original included)
:
[
![gitlab]
](
https://git
.cse.iitb.ac.in
/murukesh/cv
)
{:.git}
A CV template in LaTeX (modified from one obtained online
), then re-written in Markdown
:
[
![gitlab]
](
https://git
lab.com
/murukesh/cv
)
{:.git}
<!-- section -->
...
...
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