Skip to content

Instantly share code, notes, and snippets.

View AkashDhiman's full-sized avatar

Akash Dhiman AkashDhiman

  • New Delhi, India
View GitHub Profile
@AkashDhiman
AkashDhiman / .vimrc
Created October 31, 2023 21:26
my vim configuration
syntax enable
set encoding=utf8
set expandtab
set smarttab
set shiftwidth=4
set tabstop=4
set number
set belloff=all
set mouse=a
set autoindent
@AkashDhiman
AkashDhiman / .tmux.conf
Created October 31, 2023 20:04
My tmux configuration
# start session number from 1 rather than 0
set -g base-index 1
# start pane number from 1 similar to windows
set -g pane-base-index 1
# make the current window the first window
bind T swap-window -t 1
# dont mess up with other ctrl-a options by pressing ctrl-a twice
@AkashDhiman
AkashDhiman / zulip-gsoc-2021.md
Last active August 23, 2021 09:26
Google Summer of Code 2021 - Work Product

Google Summer of Code 2021 - Zulip

This is a report of work done by me on Zulip Mobile for the summer of 2021, under the Google Summer of Code Mentorship Program.

This was a very insightful experience for me and I learned a lot of things about the day to day life of a software engineer, and what goes into building and maintaining a software product.

Brief of my work during GSoC

My work during the summer involved