adding import dotfiles
This commit is contained in:
parent
c49c535987
commit
ddab6b93d4
@ -1,11 +1,13 @@
|
|||||||
[credentials]
|
[credentials]
|
||||||
helper = store
|
helper = store
|
||||||
[user]
|
[user]
|
||||||
name = Michael Scalzetti
|
name = John Doe
|
||||||
email = maestromike5@gmail.com
|
email = jdoe@example.com
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
[git]
|
[git]
|
||||||
rebase = false
|
rebase = false
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
14
.zshrc
14
.zshrc
@ -43,25 +43,25 @@ promptinit
|
|||||||
PROMPT="[%F{001}%n%F{reset}] %F{069}%1~%F{reset} > "
|
PROMPT="[%F{001}%n%F{reset}] %F{069}%1~%F{reset} > "
|
||||||
RPROMPT=$'$(vcs_info_wrapper) %h | %T'
|
RPROMPT=$'$(vcs_info_wrapper) %h | %T'
|
||||||
|
|
||||||
export PATH="/usr/sbin:/home/michael/.local/bin/:$PATH"
|
export PATH="/usr/sbin:/home/$USER/.local/bin:$PATH"
|
||||||
bindkey '\e[F' end-of-line
|
bindkey '\e[F' end-of-line
|
||||||
bindkey '\e[H' beginning-of-line
|
bindkey '\e[H' beginning-of-line
|
||||||
|
bindkey '^[[3~' delete-char
|
||||||
|
|
||||||
# ALIASES
|
# ALIASES
|
||||||
alias k="kubectl"
|
alias k="kubectl"
|
||||||
alias d="docker"
|
alias d="docker"
|
||||||
alias dc="docker-compose"
|
alias dc="docker compose"
|
||||||
|
alias docker-compose="docker compose"
|
||||||
alias dl="curl -LOJ"
|
alias dl="curl -LOJ"
|
||||||
alias outline="/home/michael/Applications/Outline-Client.AppImage 1>/dev/null 2>/dev/null &"
|
alias outline="/home/michael/Applications/Outline-Client.AppImage 1>/dev/null 2>/dev/null &"
|
||||||
alias la="ls -la"
|
alias la="ls -la --color=auto"
|
||||||
|
alias ls="ls --color=auto"
|
||||||
tmp(){
|
tmp(){
|
||||||
cd $(mktemp -d)
|
cd $(mktemp -d)
|
||||||
}
|
}
|
||||||
|
|
||||||
# ALIASES
|
# ALIASES
|
||||||
|
|
||||||
neofetch
|
fastfetch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user