I added some stuff
This commit is contained in:
@@ -23,5 +23,5 @@ if [ -e ~/.local/share/x-tools ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
#export PATH="/usr/lib/colorgcc/bin:${PATH}"
|
#export PATH="/usr/lib/colorgcc/bin:${PATH}"
|
||||||
|
export JAVA_HOME="/usr/lib/jvm/java-17-openjdk-amd64"
|
||||||
# vim ft=zsh
|
# vim ft=zsh
|
||||||
|
|||||||
16
dot_zshrc
16
dot_zshrc
@@ -211,3 +211,19 @@ export PATH=$PATH:/home/libkyy/.spicetify
|
|||||||
export PATH=$PATH:~/.emacs.d/bin
|
export PATH=$PATH:~/.emacs.d/bin
|
||||||
|
|
||||||
export PATH=$PATH:/home/linly/.spicetify
|
export PATH=$PATH:/home/linly/.spicetify
|
||||||
|
|
||||||
|
# >>> conda initialize >>>
|
||||||
|
# !! Contents within this block are managed by 'conda init' !!
|
||||||
|
__conda_setup="$('/home/linly/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
eval "$__conda_setup"
|
||||||
|
else
|
||||||
|
if [ -f "/home/linly/anaconda3/etc/profile.d/conda.sh" ]; then
|
||||||
|
. "/home/linly/anaconda3/etc/profile.d/conda.sh"
|
||||||
|
else
|
||||||
|
export PATH="/home/linly/anaconda3/bin:$PATH"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
unset __conda_setup
|
||||||
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
|
|||||||
@@ -246,3 +246,4 @@
|
|||||||
(setq-default org-export-with-broken-links t)
|
(setq-default org-export-with-broken-links t)
|
||||||
(setq org-modern-label-border 0.1)
|
(setq org-modern-label-border 0.1)
|
||||||
(global-org-modern-mode)
|
(global-org-modern-mode)
|
||||||
|
(add-hook 'python-mode-hook #'flymake-ruff-load)
|
||||||
|
|||||||
@@ -45,6 +45,8 @@
|
|||||||
(package! telega)
|
(package! telega)
|
||||||
(package! android-mode)
|
(package! android-mode)
|
||||||
(package! org-modern)
|
(package! org-modern)
|
||||||
|
(package! ranger)
|
||||||
|
(package! flymake-ruff)
|
||||||
|
|
||||||
;; Doom's packages are pinned to a specific commit and updated from release to
|
;; Doom's packages are pinned to a specific commit and updated from release to
|
||||||
;; release. The `unpin!' macro allows you to unpin single packages...
|
;; release. The `unpin!' macro allows you to unpin single packages...
|
||||||
|
|||||||
@@ -46,6 +46,8 @@ assign [class = "Inkscape"] $Media
|
|||||||
assign [class = "scribus"] $Media
|
assign [class = "scribus"] $Media
|
||||||
assign [class = "rnote"] $Media
|
assign [class = "rnote"] $Media
|
||||||
assign [class = "kdenlive"] $Media
|
assign [class = "kdenlive"] $Media
|
||||||
|
assign [class = "REAPER"] $Media
|
||||||
|
assign [class = "Xournal"] $Media
|
||||||
|
|
||||||
#Reading
|
#Reading
|
||||||
assign [class = "Zathura"] $Reading
|
assign [class = "Zathura"] $Reading
|
||||||
|
|||||||
Reference in New Issue
Block a user