Updoots for aincrad
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user