os:garuda:mjoelnir
Table of Contents
Infos
Thinkpad T495s/16GB/250GB Nvme
Install
→ https://garudalinux.org/editions I took the hyprland version
Fixes
Keyboard
English (US, alt. intl.)
vi ~/.config/hypr/hyprland.conf
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us kb_variant = intl kb_model = kb_options = kb_rules = numlock_by_default= true follow_mouse = 1 ...
Copy/paste (foot)
vi .config/foot/foot.ini
[mouse] # hide-when-typing=no # alternate-scroll-mode=yes auto-copy-selection-to-clipboard=yes
Copy/paste vi*
:set mouse=
(Neo)Vi(m)
sudo pacman -S neovim sudo rm /usr/bin/vi sudo ln -s /usr/bin/nvim /usr/bin/vi
Sudo
export EDITOR=/usr/bin/vi sudo rm /etc/sudoers.d/10-installer sudo visudo
uncomment:
%wheel ALL=(ALL:ALL) NOPASSWD: ALL
Missing stuff
yay -S logseq-desktop yay -S bitwarden
blackarch
EDITOR
vi ~/.config/fish/config.fish
set -gx EDITOR /usr/bin/vim set -gx VISUAL /usr/bin/vim
source ~/.config/fish/config.fish
NTP
sudo vi /etc/systemd/timesyncd.conf
[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
sudo systemctl restart systemd-timesyncd
timedatectl status
TODO
- [✓ warnaud, 2025-06-29]
Brave sync - Hyprland config
- [✓ warnaud, 2025-06-29]
Signal - [✓ warnaud, 2025-07-08]
Discord - [✓ warnaud, 2025-07-08]
Ferdium - [✓ warnaud, 2025-07-08]
Neovim/? - [✓ warnaud, 2025-07-08]
Thunderbird - Signatures
- Addressbook
- Data from MBP
- [✓ warnaud, 2025-06-29]
Printer - SSH Key/Config
- [✓ warnaud, 2025-07-08]
ntp⇒ Archlinux With BTRFS + systemd-boot + LARBS + Blackarch repos
os/garuda/mjoelnir.txt · Last modified: by warnaud
