adding import dotfiles
This commit is contained in:
parent
c49c535987
commit
ddab6b93d4
@ -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
14
.zshrc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user