Compare commits

...

2 Commits

Author SHA1 Message Date
Jyotirmoy Bandyopadhayaya 749a66dc8f
... 2022-12-29 23:19:27 +05:30
Jyotirmoy Bandyopadhayaya 473b133a8b
Updated Config 2022-12-29 23:09:55 +05:30
4 changed files with 33 additions and 2698 deletions

View File

@ -1,8 +1,9 @@
[user]
name = Bravo68WEB
name = Jyotirmoy Bandyopadhyaya [Bravo68]
email = jbandyopadhayaya@gmail.com
signingkey = F5671FD7BCB9917A
[gpg]
program = gpg2
program = /usr/bin/gpg
[init]
defaultBranch = main
[alias]
@ -17,3 +18,10 @@
del = branch -D
[pull]
rebase = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[commit]
gpgsign = true

18
.zshrc
View File

@ -70,7 +70,7 @@ ENABLE_CORRECTION="true"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-completions ubuntu themes vscode)
plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-completions ubuntu themes vscode hacker-quotes you-should-use git-open)
source $ZSH/oh-my-zsh.sh
@ -97,8 +97,18 @@ source $ZSH/oh-my-zsh.sh
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias zshconfig="mate ~/.zshrc"
alias ohmyzsh="mate ~/.oh-my-zsh"
alias yd="yarn dev"
alias update="sudo apt update -y && sudo apt upgrade -y"
alias pbcopy="xsel --clipboard --input"
alias pbpaste="xsel --clipboard --output"
alias pubkey="more ~/.ssh/id_rsa.pub | pbcopy | echo '=> Public key copied to pasteboard.'"
export EDITOR='code'
eval "$(starship init zsh)"
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
@ -122,4 +132,4 @@ export PATH="$FLYCTL_INSTALL/bin:$PATH"
# pnpm
export PNPM_HOME="/home/bravo68web/.local/share/pnpm"
export PATH="$PNPM_HOME:$PATH"
# pnpm end
# pnpm end

View File

@ -1,2 +1,11 @@
# dotfiles
My Dotfile for Linux
## Installation
You will need to install [yadm](https://yadm.io/) to use this repository.
```bash
yadm clone -f -b main https://github.com/bravo68web/dotfiles
```

File diff suppressed because it is too large Load Diff