Updoots for aincrad

This commit is contained in:
Marco Thomas
2021-07-05 20:11:30 +02:00
parent 25f31cd506
commit 93795a0b7a
3 changed files with 1 additions and 9 deletions

View File

@@ -27,8 +27,6 @@
## Other Dependencies ## Other Dependencies
+ [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes) + [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes)
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper + [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 + [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 + fcitx + mozc: Japanese Keyboard - [Install](https://www.youtube.com/watch?v=lJoXhS4EUJs) - fcitx fcitx-qt5 fcitx-configtool fcitx-mozc
+ fzf: fuzzy file finder + fzf: fuzzy file finder

View File

@@ -5,7 +5,7 @@ export BROWSER=/usr/bin/firefox-nightly
export LC_ALL=en_US.UTF-8 export LC_ALL=en_US.UTF-8
# path # 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 # keyboard layout
setxkbmap -layout za setxkbmap -layout za

View File

@@ -442,12 +442,6 @@
(setq TeX-parse-self t) (setq TeX-parse-self t)
(setq preview-scale-function 1.5)) (setq preview-scale-function 1.5))
;; Fix math input
(use-package unicode-fonts
:ensure t)
(unicode-fonts-setup)
;; Math Symbols ;; Math Symbols
(use-package math-symbol-lists (use-package math-symbol-lists
:ensure t :ensure t