Misc changes
This commit is contained in:
parent
24ef85c2a1
commit
3313d96324
@ -25,7 +25,7 @@
|
||||
(evil-vsplit-window-right t))
|
||||
|
||||
(use-package evil-collection
|
||||
:straight (:host github :repo "meliache/evil-collection" :branch "mu4e-development")
|
||||
;; :straight (:host github :repo "meliache/evil-collection" :branch "mu4e-development")
|
||||
:after evil
|
||||
:config
|
||||
(evil-collection-init '(dashboard
|
||||
|
@ -1,6 +1,6 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
(use-package ruby-mode
|
||||
:straight (:typebuilt-in))
|
||||
:straight (:type built-in))
|
||||
|
||||
(use-package rbenv
|
||||
:hook (after-init . global-rbenv-mode))
|
||||
|
@ -37,6 +37,9 @@
|
||||
(straight-use-package 'use-package)
|
||||
(setq straight-use-package-by-default t)
|
||||
|
||||
;; Tell straight to use SSH for git connections
|
||||
(setq straight-vc-git-default-protocol 'ssh)
|
||||
|
||||
;; "Garbage Collection Magic Hack"
|
||||
(use-package gcmh
|
||||
:demand t
|
||||
|
@ -3,7 +3,8 @@ $git_branch\
|
||||
$git_commit\
|
||||
$git_state\
|
||||
$git_metrics\
|
||||
$git_status
|
||||
$git_status\
|
||||
$time
|
||||
$character"""
|
||||
|
||||
[directory]
|
||||
@ -13,3 +14,6 @@ repo_root_style = 'bold cyan'
|
||||
|
||||
[git_branch]
|
||||
symbol = '🌱 '
|
||||
|
||||
[time]
|
||||
disabled = false
|
||||
|
@ -35,7 +35,3 @@ if [ -d "/opt/homebrew/Caskroom/google-cloud-sdk" ]; then
|
||||
fi
|
||||
|
||||
[[ -e "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
|
||||
|
||||
if command -v rbenv &> /dev/null; then
|
||||
eval "$(rbenv init - zsh)"
|
||||
fi
|
||||
|
@ -93,7 +93,7 @@ fi
|
||||
# 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=(git direnv pipenv npm nvm)
|
||||
plugins=(git direnv pipenv npm nvm rbenv)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user