mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 18:28:35 -05:00
Another 'Various changes'
This commit is contained in:
parent
c46c2d8c04
commit
90b894149a
@ -78,5 +78,5 @@
|
||||
- [some fzf scripts](https://github.com/DanielFGray/fzf-scripts)
|
||||
- [colorscripts](https://gitlab.com/dwt1/shell-color-scripts)
|
||||
|
||||
- Artists for **kawaii** wallpapers: [@rimuu](https://rimuu.com/), [@hiten](https://www.pixiv.net/users/490219/artworks), [@Tiv](https://www.pixiv.net/en/users/35081), [@mery](https://www.pixiv.net/en/users/2750098), [@Mashima_saki](https://www.pixiv.net/en/users/18403608), [@Yuuki_Tatsuya](https://www.pixiv.net/en/users/27691), [@Bison倉鼠](https://www.pixiv.net/en/users/333556/artworks), [@Dana](https://twitter.com/hapong07), [@gomzi](https://twitter.com/gcmzi), [@Rella](https://twitter.com/Rellakinoko), [@dnwls3010](https://twitter.com/dnwls3010), [@Shigure_Ui](https://www.pixiv.net/en/users/431873), [@QuAn_](https://www.pixiv.net/en/users/6657532/artworks), [@杉87](https://twitter.com/k_su_keke1121), [@fuzichoco](https://twitter.com/fuzichoco), [@Astero](https://twitter.com/asteroid_ill), [@shin556](https://www.pixiv.net/en/users/642762)
|
||||
- Artists for **kawaii** wallpapers: [@rimuu](https://rimuu.com/), [@hiten](https://www.pixiv.net/users/490219/artworks), [@Tiv](https://www.pixiv.net/en/users/35081), [@mery](https://www.pixiv.net/en/users/2750098), [@Mashima_saki](https://www.pixiv.net/en/users/18403608), [@Yuuki_Tatsuya](https://www.pixiv.net/en/users/27691), [@Bison倉鼠](https://www.pixiv.net/en/users/333556/artworks), [@Dana](https://twitter.com/hapong07), [@gomzi](https://twitter.com/gcmzi), [@Rella](https://twitter.com/Rellakinoko), [@dnwls3010](https://twitter.com/dnwls3010), [@Shigure_Ui](https://www.pixiv.net/en/users/431873), [@QuAn_](https://www.pixiv.net/en/users/6657532/artworks), [@杉87](https://twitter.com/k_su_keke1121), [@fuzichoco](https://twitter.com/fuzichoco), [@Astero](https://twitter.com/asteroid_ill), [@shin556](https://www.pixiv.net/en/users/642762), [@kaynimatic](https://twitter.com/kaynimatic)
|
||||
- Others are under MIT license
|
||||
|
@ -224,6 +224,11 @@
|
||||
;; Elfeed
|
||||
(setq rmh-elfeed-org-files (list (expand-file-name "elfeed.org" doom-private-dir)))
|
||||
;;(add-hook! 'elfeed-search-mode-hook 'elfeed-update)
|
||||
(use-package! elfeed-goodies
|
||||
:after elfeed
|
||||
:config
|
||||
(elfeed-goodies/setup)
|
||||
(setq elfeed-goodies/entry-pane-size 0.5))
|
||||
|
||||
;; Elpher
|
||||
(defun elpher--init-hook ()
|
||||
|
@ -55,6 +55,7 @@
|
||||
**** [[https://www.reddit.com/r/LightNovels/new.rss][r/LightNovels]]
|
||||
**** [[https://www.reddit.com/r/PixelArt/new.rss][r/PixelArt]]
|
||||
**** [[https://www.reddit.com/r/riprequests/new.rss][r/riprequests]]
|
||||
**** [[https://www.reddit.com/r/dllinks/new.rss][r/dllinks]]
|
||||
** News :news:
|
||||
*** [[http://feeds.bbci.co.uk/news/rss.xml][BBC News]]
|
||||
*** [[https://www.theguardian.com/world/rss][The Guardian]]
|
||||
|
@ -16,9 +16,11 @@
|
||||
|
||||
;; Start pinentry
|
||||
(pinentry-start)
|
||||
;; System monitor in minibuffer
|
||||
(symon-mode)
|
||||
|
||||
;; Additional status info on modeline
|
||||
(setq display-time-day-and-date t)
|
||||
;;(setq display-time-day-and-date t)
|
||||
(display-time-mode 1)
|
||||
(if (not (equal "Battery status not available" (battery)))
|
||||
(display-battery-mode 1))
|
||||
@ -169,6 +171,13 @@
|
||||
;; :config
|
||||
;; (setq system-packages-use-sudo t))
|
||||
|
||||
(use-package! symon
|
||||
:commands symon-mode
|
||||
:custom
|
||||
(symon-sparkline-type 'gridded)
|
||||
:config
|
||||
(symon-display))
|
||||
|
||||
;; playerctl status on modeline
|
||||
;; (use-package! doom-modeline-now-playing
|
||||
;; :after doom-modeline
|
||||
|
@ -66,6 +66,9 @@
|
||||
(package! nerd-fonts
|
||||
:recipe (:host github :repo "FollieHiyuki/nerd-fonts.el"))
|
||||
(package! ivy-emms)
|
||||
(package! elfeed-goodies)
|
||||
(package! symon)
|
||||
;;(package! mentor)
|
||||
;;(package! mozc-cand-posframe)
|
||||
;;(package! 2048-game)
|
||||
;;(package! org-ql)
|
||||
|
@ -92,6 +92,21 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"manganelo": {
|
||||
"directory": [
|
||||
"Manga",
|
||||
"{manga}",
|
||||
"c{chapter} - {title}"
|
||||
],
|
||||
"postprocessors": [
|
||||
{
|
||||
"name": "zip",
|
||||
"compression": "store",
|
||||
"extension": "cbz",
|
||||
"keep-files": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"mangahere": {
|
||||
"directory": [
|
||||
"Manga",
|
||||
|
@ -46,11 +46,13 @@
|
||||
autocorrect = 1
|
||||
[url "https://github.com/"]
|
||||
insteadOf = gh:
|
||||
[url "https://gist.github.com/"]
|
||||
insteadOf = gist:
|
||||
[url "https://gitlab.com/"]
|
||||
insteadOf = gl:
|
||||
[url "https://git.disroot.org/"]
|
||||
insteadOf = dr:
|
||||
[url "https://gist.github.com/"]
|
||||
insteadOf = gist:
|
||||
[url "https://bitbucket.org/"]
|
||||
insteadOf = bb:
|
||||
[url "https://codeberg.org/"]
|
||||
insteadOf = cb:
|
||||
[url "https://git.sr.ht/~"]
|
||||
insteadOf = sr:
|
||||
|
@ -25,6 +25,8 @@ bind-key d pagedown
|
||||
bind-key u pageup
|
||||
bind-key l open
|
||||
bind-key h quit
|
||||
bind-key RIGHT open
|
||||
bind-key LEFT quit
|
||||
bind-key BACKSPACE quit
|
||||
bind-key q hard-quit
|
||||
bind-key H prev-feed
|
||||
|
@ -43,6 +43,7 @@ https://www.reddit.com/r/formalwaifus/new.rss "~r/formalwaifus" reddit
|
||||
https://www.reddit.com/r/LightNovels/new.rss "~r/LightNovels" reddit
|
||||
https://www.reddit.com/r/PixelArt/new.rss "~r/PixelArt" reddit
|
||||
https://www.reddit.com/r/riprequests/new.rss "~r/riprequests" reddit
|
||||
https://www.reddit.com/r/dllinks/new.rss "~r/dllinks" reddit
|
||||
------Programming------
|
||||
https://www.reddit.com/r/learnprogramming/new.rss "~r/learnprogramming" reddit
|
||||
https://www.reddit.com/r/programming/new.rss "~r/programming" reddit
|
||||
@ -60,8 +61,7 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA "~Y
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA "~Youtube: Mental Outlaw" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Youtube: Luke Smith" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCZWadyLVO4ZnMgLrRVtS6VA "~Youtube: baby WOGUE" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCgTNupxATBfWmfehv21ym-g "~Youtube: Null Byte" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC3s0BtrBJpwNDaflRSoiieQ "~Youtube: Hak5" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCAiiOTio8Yu69c3XnR7nQBQ "~Youtube: System Crafters" youtube
|
||||
------
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCHnyfMqiRRG1u-2MsSQLbXA "~Youtube: Veritasium" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC6nSFpj9HTCZ5t-N3Rm3-HA "~Youtube: Vsauce" youtube
|
||||
@ -73,5 +73,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UClq42foiSgl7sSpLupnugGA "~Y
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC8butISFwT-Wl7EV0hUK0BQ "~Youtube: freeCodeCamp.org" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCEbYhDd6c6vngsF5PQpFVWg "~Youtube: Tsoding" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCd3dNckv1Za2coSaHGHl5aA "~Youtube: TJ DeVries" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCAiiOTio8Yu69c3XnR7nQBQ "~Youtube: System Crafters" youtube
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC5Qw7uMu8_QMJHBw3mQJ62w "~Youtube: Georges Basile Stavracas Neto" youtube
|
||||
|
@ -1,7 +1,7 @@
|
||||
" Rainbow parentheses
|
||||
let g:rainbow_active = 0
|
||||
let g:rainbow_active = 1
|
||||
let g:rainbow#pairs = [['(', ')'], ['[', ']'], ['{', '}'], ['<', '>']]
|
||||
" let g:rainbow_conf = {'guis': ['bold']}
|
||||
let g:rainbow_conf = {'guis': ['bold']}
|
||||
|
||||
" Rainbow csv
|
||||
let g:disable_rainbow_key_mappings = 1
|
||||
|
@ -42,7 +42,7 @@ inoremap <silent> <C-c> <Esc>i
|
||||
nnoremap <silent> <TAB> :bnext<CR>
|
||||
nnoremap <silent> <S-TAB> :bprevious<CR>
|
||||
" Just do it
|
||||
cmap w!! w !sudo tee %
|
||||
" cmap w!! w !sudo tee %
|
||||
" Fix indenting visual block
|
||||
vmap < <gv
|
||||
vmap > >gv
|
||||
|
@ -180,8 +180,8 @@ ext cbz, has zathura, X, flag f = zathura -- "$@"
|
||||
mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@"
|
||||
mime ^image/svg, has display, X, flag f = display -- "$@"
|
||||
|
||||
mime ^image, has imv, X, flag f = imv -- "$@"
|
||||
mime ^image, has pqiv, X, flag f = pqiv -- "$@"
|
||||
mime ^image, has imv, X, flag f = imv -- "$@"
|
||||
mime ^image, has sxiv, X, flag f = sxiv -- "$@"
|
||||
mime ^image, has feh, X, flag f, !ext gif = feh -- "$@"
|
||||
mime ^image, has mirage, X, flag f = mirage -- "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user