life is too short for a diary



Tools

Tools Type Customization Description
Firefox browser Vimimum Vim like browser
    WooRank SEO tool
    Adblock Plus Add blocker
    uBlock Origin Add blocker
    Soda Pdf Viewer  
    Unpaywall Read free research papers
    Wappalyzer Detect websitestack
    NoScript  
    Ghostery  
    Decentraleyes  
    Cookie AutoDelete  
    HTTPS Everywhere  
    Textmarker  
    OneTab  
    Privacy Badger  
Chrome browser Checkbot SEO tool
    Grammarly  
    Cookie Remover  
    Pop up blocker  
    Screen Recorder  
    HeadingsMap Browse the headings structure of a website
    Medium Parser Read Medium articles for free
    I dont care about cookies  
    Json formatter  
Ubuntu Operating System   Details3
VS Code editor Gitpod Type Shift+Command+P and select install code command in PATH.
    Github Copilot  
    Git Graph  
Windows   qBittorrent  
    Notepad++  
Neovim editor   Details2 for Windows
Winmerge Diff Dotfiles  
  Editor    
Vim editor Dotfiles  
ConEmu Terminal Details1  
Cygwin Terminal Details4  
Warp Terminal Currently supports only Mac  
Expressvpn VPN    

Details

Cygwin

# Edit /etc/nsswitch.conf
db_shell: /bin/zsh
db_home: /%H
$ chere -i -t mintty
# Select following packages
bash-completion
fzf-zsh
fzf-zsh-completion
curl
tmux
vim
make
perl
tar
tig
unzip
wget
zip
zsh
git
chere
gcc-core
gdb
libboost-devel
gcc-g++
dconf
fontconfig

Neovim on Windows

# Open Powershell
# install scoop
> Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
# install neovim
> scoop install neovim
# install vim-plug
> iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
    ni $HOME/vimfiles/autoload/plug.vim -Force
# Open cygwin
$ cd $LOCALAPPDATA/nvim
$ wget https://raw.githubusercontent.com/tushar-sharma/dotfiles/master/nvim/init.vim
$ git clone https://github.com/neoclide/coc.nvim.git && cd coc.nvim
$ yarn install  && yarn build
$ cp -r build ~/.local/share/nvim/plugged

Ubuntu

# Allow close lid with laptops
$ sudo apt-get gnome-tweak-tool

ConEmu

# Install Fonts from here https://www.nerdfonts.com/font-downloads
# For Windows, install Windows Compatible otf/ttf files
# Fonts used
## 3270 Nerd Font
## Hack Nerd Font

# Change following
## Setting -> Fonts -> Hack NF
## Setting ->  Startup -> Tasks -> {Bash::Cygwin Bash} -> Default shell

# Install oh-my-zsh
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

# Get Oh-my-zsh theme
$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

# get .zshrc from my dotfiles repo
$ wget https://raw.githubusercontent.com/tushar-sharma/dotfiles/master/.zshrc

# configure it
$ p10k configure

# Change background image
$ Settings -> Background -> Path

comments powered by Disqus