Skip to content

Instantly share code, notes, and snippets.

@DishantPal
DishantPal / sam in gitbash
Created March 5, 2022 05:36
Aws sam not found in git bash
create alias in git bash (C:\Program Files\Git\etc\bash.bashrc)
open as admin
alias sam="/c/Program\ Files/Amazon/AWSSAMCLI/bin/sam.cmd"
@DishantPal
DishantPal / .vimrc
Last active January 22, 2023 15:09
set number
set relativenumber
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set hlsearch
hi Search ctermbg=LightBlue
hi Search ctermfg=DarkGreen
set incsearch
@DishantPal
DishantPal / starship.toml
Last active February 4, 2023 08:44
starship config
format = '$all'
[username]
style_user = "green bold"
style_root = "red bold"
format = "[$user]($style) "
disabled = false
show_always = true