mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
0f2574a887
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 |
||
---|---|---|
.. | ||
etc | ||
usr/lib/elogind/system-sleep | ||
README.md |
System
This directory contains some system configuration templates.
Networking notes
To setup networking without any network managers, dhcp client, etc.
# Add an address
ip address add 192.168.0.120/24 broadcast + dev eth0
# Add a route
ip route add default via 192.168.0.1 dev eth0
#or s|default|192.168.0.0/24|
# Set up DNS in /etc/resolv.conf
# nameserver 192.168.0.1
# nameserver 8.8.8.8