Compare commits

..

3 Commits

5 changed files with 9 additions and 4 deletions

View File

@ -54,7 +54,7 @@
:defer t
:straight (:type built-in)
:config
(evil-collection-occur-setup))
(evil-collection-replace-setup))
(use-package hideshow
:straight (:type built-in)

View File

@ -1,5 +1,8 @@
;; -*- lexical-binding: t; -*-
;; Icons!
(use-package all-the-icons)
;; A neat dashboard when you open Emacs
(use-package dashboard
:demand t

View File

@ -1,3 +1,6 @@
typeset -U path
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
if [[ -f "/opt/homebrew/bin/brew" ]]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"

View File

@ -1,6 +1,3 @@
typeset -U path
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
export INFOPATH="$HOME/info:/opt/homebrew/share/info:"
export LEDGER_FILE="$HOME/journal.ledger"

View File

@ -1,5 +1,7 @@
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
typeset -U path
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"