os:garuda:mjoelnir
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| os:garuda:mjoelnir [2025/07/08 18:06] – [Vi(m)] warnaud | os:garuda:mjoelnir [2025/07/08 18:10] (current) – ToDo checked: Ferdium warnaud | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Infos ====== | ||
| + | Thinkpad T495s/ | ||
| + | ====== Install ====== | ||
| + | -> https:// | ||
| + | |||
| + | ====== Fixes ====== | ||
| + | ===== Keyboard ===== | ||
| + | English (US, alt. intl.) | ||
| + | <code bash> vi ~/ | ||
| + | <code perl> | ||
| + | # For all categories, see https:// | ||
| + | input { | ||
| + | kb_layout = us | ||
| + | kb_variant = intl | ||
| + | kb_model = | ||
| + | kb_options = | ||
| + | kb_rules = | ||
| + | numlock_by_default= true | ||
| + | follow_mouse = 1 | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | ===== Copy/paste (foot) ===== | ||
| + | <code bash> vi .config/ | ||
| + | <code perl> | ||
| + | [mouse] | ||
| + | # hide-when-typing=no | ||
| + | # alternate-scroll-mode=yes | ||
| + | auto-copy-selection-to-clipboard=yes</ | ||
| + | ===== Copy/paste vi* ===== | ||
| + | < | ||
| + | ===== (Neo)Vi(m) ===== | ||
| + | <code bash> | ||
| + | sudo pacman -S neovim | ||
| + | sudo rm /usr/bin/vi | ||
| + | sudo ln -s / | ||
| + | ===== Sudo ===== | ||
| + | <code bash> | ||
| + | export EDITOR=/ | ||
| + | sudo rm / | ||
| + | sudo visudo</ | ||
| + | uncomment: | ||
| + | <code perl> | ||
| + | %wheel ALL=(ALL: | ||
| + | ====== Missing stuff ====== | ||
| + | <code bash> | ||
| + | yay -S logseq-desktop | ||
| + | yay -S bitwarden</ | ||
| + | ====== blackarch ===== | ||
| + | https:// | ||
| + | |||
| + | ====== EDITOR ====== | ||
| + | <code bash>vi ~/ | ||
| + | <code perl> | ||
| + | set -gx EDITOR / | ||
| + | set -gx VISUAL / | ||
| + | <code bash> source ~/ | ||
| + | ====== NTP ====== | ||
| + | <code bash> | ||
| + | </ | ||
| + | <code perl> | ||
| + | [Time] | ||
| + | NTP=ntp.fortier-family.com | ||
| + | FallbackNTP=0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.org 3.arch.pool.ntp.org | ||
| + | </ | ||
| + | <code bash> | ||
| + | sudo systemctl restart systemd-timesyncd | ||
| + | timedatectl status</ | ||
| + | ====== TODO ====== | ||
| + | * <todo # | ||
| + | * < | ||
| + | * <todo # | ||
| + | * <todo # | ||
| + | * <todo # | ||
| + | * <todo # | ||
| + | * <todo # | ||
| + | * < | ||
| + | * < | ||
| + | * < | ||
| + | * <todo # | ||
| + | * < | ||
| + | * < | ||
| + | * <todo # | ||
