2021 backup
This commit is contained in:
parent
519bf06697
commit
e8c74cbb42
@ -1,5 +1,7 @@
|
|||||||
#!/usr/local/bin/zsh
|
#!/usr/local/bin/zsh
|
||||||
export EDITOR=vim
|
export EDITOR=nvim
|
||||||
|
export VISUAL=nvim
|
||||||
|
export PYENV_ROOT=/Users/tyrel/.pyenv
|
||||||
# Aliases
|
# Aliases
|
||||||
alias ag='\ag --pager="less"'
|
alias ag='\ag --pager="less"'
|
||||||
alias c='\cat'
|
alias c='\cat'
|
||||||
@ -13,6 +15,7 @@ alias ppjson="python -m json.tool"
|
|||||||
alias shrug="echo -n '¯\_(ツ)_/¯' | pbcopy"
|
alias shrug="echo -n '¯\_(ツ)_/¯' | pbcopy"
|
||||||
alias httpie="http"
|
alias httpie="http"
|
||||||
alias fuckingip="curl https://wtfismyip.com/json"
|
alias fuckingip="curl https://wtfismyip.com/json"
|
||||||
|
alias ls="exa -lhBgUm --git --time-style long-iso --icons"
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
function cpbr () {
|
function cpbr () {
|
||||||
|
3
bin/clubhouse_current
Executable file
3
bin/clubhouse_current
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
club search -o "tyrelsouza" 'state:"In Progress"'
|
||||||
|
club search -o "tyrelsouza" 'state:"Ready for Review"'
|
4
bin/tidelift-cli.sha256
Normal file
4
bin/tidelift-cli.sha256
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
fd11523413e01ca383c954d4002adc80fc5f749d3b65d5551837a79eac3a2142 tidelift
|
||||||
|
92cde1db0dd31256046b2ede4d0a1e9a79ddbe2947bd3894d715bb02a8b1f251 tidelift.exe
|
||||||
|
312b2bf6f33b83689ab336530dfba868c82ffcb19090b23a779c58612bb2b1b9 tidelift_arm
|
||||||
|
de28ae4ac7a03204d6a084bf3ed5d84b975475d8298726850a4cf6c5bc1ae6ae tidelift_darwin
|
BIN
bin/tidelift-cli.sha256.sig
Normal file
BIN
bin/tidelift-cli.sha256.sig
Normal file
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
[user]
|
[user]
|
||||||
email = tyrelsouza@gmail.com
|
email = tyrelsouza@gmail.com
|
||||||
name = Tyrel Souza
|
name = Tyrel Souza
|
||||||
signingkey = C30AEAC0
|
signingkey = F3614B02ACBE438E
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
template = /Users/tyrel/.stCommitMsg
|
template = /Users/tyrel/.stCommitMsg
|
||||||
@ -20,6 +20,8 @@
|
|||||||
[format]
|
[format]
|
||||||
pretty = format:%C(auto)%h %C(green)%G? %C(red)%<(15,trunc)%aN %C(cyan)%<(15,trunc)%ar %C(white)%<(60,trunc)%s %C(auto)%d
|
pretty = format:%C(auto)%h %C(green)%G? %C(red)%<(15,trunc)%aN %C(cyan)%<(15,trunc)%ar %C(white)%<(60,trunc)%s %C(auto)%d
|
||||||
[alias]
|
[alias]
|
||||||
|
club = !club story $1 --git-branch
|
||||||
|
cleanslate = "!git reset $(git merge-base main $(git rev-parse --abbrev-ref HEAD))"
|
||||||
comit = commit
|
comit = commit
|
||||||
ab = "diff --name-only origin/main"
|
ab = "diff --name-only origin/main"
|
||||||
alias = "!git config -l | grep alias | cut -c 7-" # show all these aliases
|
alias = "!git config -l | grep alias | cut -c 7-" # show all these aliases
|
||||||
|
Loading…
Reference in New Issue
Block a user