adding import dotfiles

This commit is contained in:
John Doe 2023-02-06 17:53:57 -05:00
parent c49c535987
commit ddab6b93d4
2 changed files with 11 additions and 9 deletions

View File

@ -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
View File

@ -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