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]
helper = store
[user]
name = Michael Scalzetti
email = maestromike5@gmail.com
name = John Doe
email = jdoe@example.com
[credential]
helper = store
[git]
rebase = false
[pull]
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} > "
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[H' beginning-of-line
bindkey '^[[3~' delete-char
# ALIASES
alias k="kubectl"
alias d="docker"
alias dc="docker-compose"
alias dc="docker compose"
alias docker-compose="docker compose"
alias dl="curl -LOJ"
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(){
cd $(mktemp -d)
}
# ALIASES
neofetch
fastfetch