FollieHiyuki-dotfiles/setup
FollieHiyuki 0f2574a887
neovim + system
neovim:
    - highlight:
        + adjust treesitter groups for nord (TSField as fg doesn't look
          good in yaml files). Also add highlight for TSNote, TSWarning,
          TSDanger (notes such as 'TODO', 'FIXME', ...)
        + rewrite the way theme is set (now 'g:colors_name' is used
          properly instead of a hacky variable 'g:global_theme'). Also
          make setting theme more modular
        + add 'highlight_languages' groups for other syntaxes (html,
          markdown) that are not covered with treesitter
    - mappings: properly move ':Telescope lsp_range_code_action' to
      visual block + avoid mappings for <C-x> and <C-a> (number
      decrement/increment)
    - null-ls.nvim: add basic config, load before nvim-lspconfig
    - plugins: add nvim-treesitter/playground
    - feline.nvim: lazy loaded on VimEnter
    - nvim-lightbulb: only refresh on CursorHold (previously stopped
      working after entering INSERT mode)
system:
    - tlp: update config for v1.4.0
setup: add ani-cli to scripts.sh
2021-10-18 00:53:25 +07:00
..
afetch.sh setup: use sh -e; forgit: add clipboard env var 2021-10-17 21:47:58 +07:00
Anime4K.sh Lots of changes. See comment :) 2021-10-17 21:48:12 +07:00
bsp-layout.sh setup: install things to ~/.local instead of /usr 2021-10-17 21:48:00 +07:00
cbonsai.sh setup: use sh -e; forgit: add clipboard env var 2021-10-17 21:47:58 +07:00
colorscript.sh setup: fix colorscript installer 2021-10-17 21:47:51 +07:00
greenclip.sh setup: install things to ~/.local instead of /usr 2021-10-17 21:48:00 +07:00
lite-xl.sh Add lite-xl basic config 2021-10-17 21:47:59 +07:00
mpvpaper.sh setup: install things to ~/.local instead of /usr 2021-10-17 21:48:00 +07:00
nnn.sh setup: install things to ~/.local instead of /usr 2021-10-17 21:48:00 +07:00
README.md Add glow config 2021-10-17 21:48:02 +07:00
river.sh setup: install things to ~/.local instead of /usr 2021-10-17 21:48:00 +07:00
scripts.sh neovim + system 2021-10-18 00:53:25 +07:00
tt.sh setup: use sh -e; forgit: add clipboard env var 2021-10-17 21:47:58 +07:00
vscode-icons.sh clean up setup directory 2021-02-18 18:17:03 +03:00
wayland-logout.sh setup: install things to ~/.local instead of /usr 2021-10-17 21:48:00 +07:00
xwinwrap.sh Improve integration for TUI file managers 2021-10-17 21:47:46 +07:00
zkc.sh nftables: add libvirt rules for NAT 2021-10-17 21:48:01 +07:00

Setup

Contains some scripts for quicker installing / compiling stuff I like.