Compare commits
No commits in common. "a910474f2556f5e255702a1f6338d6f035266608" and "1c1ef49f2024fb8c0886f1538cbf841bfd237f4b" have entirely different histories.
a910474f25
...
1c1ef49f20
|
@ -2,7 +2,7 @@
|
|||
git clone --bare https://kitsunehosting.net/gitea/Kenwood/dotfiles.git $HOME/.dotfiles
|
||||
|
||||
# Make a temp alias (will be perminant via .zshrc)
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
|
||||
# Pull stuff down!
|
||||
config checkout
|
||||
|
|
18
.zshrc
18
.zshrc
|
@ -1,5 +1,4 @@
|
|||
# Joe added this:
|
||||
#neofetch | lolcat
|
||||
#Joe added this, uwu!
|
||||
uwufetch
|
||||
|
||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||
|
@ -81,15 +80,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
|||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(
|
||||
fzf
|
||||
git
|
||||
history-substring-search
|
||||
colored-man-pages
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting
|
||||
zsh-z
|
||||
)
|
||||
plugins=(git)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
@ -122,10 +113,5 @@ source $ZSH/oh-my-zsh.sh
|
|||
# Added this for dotfiles alias, may want to make a custom config folder later.
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
export FZF_DEFAULT_COMMAND='fdfind --type f'
|
||||
export FZF_DEFAULT_OPTS="--layout=reverse --inline-info --height=80%"
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
|
Loading…
Reference in New Issue