diff --git a/README.md b/README.md index cf4e3ad..f3c47dd 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,6 @@ ## Other Dependencies + [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes) + [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper -+ [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore) -+ [neovim-remote](https://github.com/mhinz/neovim-remote): zathura integration for nvim (unused) + [vim-plug](https://github.com/junegunn/vim-plug): vim plugin manager + fcitx + mozc: Japanese Keyboard - [Install](https://www.youtube.com/watch?v=lJoXhS4EUJs) - fcitx fcitx-qt5 fcitx-configtool fcitx-mozc + fzf: fuzzy file finder diff --git a/files/.profile b/files/.profile index 763da3e..8e306b9 100755 --- a/files/.profile +++ b/files/.profile @@ -5,7 +5,7 @@ export BROWSER=/usr/bin/firefox-nightly export LC_ALL=en_US.UTF-8 # path -export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin +export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin # keyboard layout setxkbmap -layout za diff --git a/files/init.el b/files/init.el index b15f881..8e63c10 100644 --- a/files/init.el +++ b/files/init.el @@ -442,12 +442,6 @@ (setq TeX-parse-self t) (setq preview-scale-function 1.5)) -;; Fix math input -(use-package unicode-fonts - :ensure t) - -(unicode-fonts-setup) - ;; Math Symbols (use-package math-symbol-lists :ensure t