====== 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 ===== https://architecting-systems.hashnode.dev/arch-based-linux-for-security-testing ====== 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 ====== * Brave sync * Hyprland config * Signal * Discord * Ferdium * Neovim/? * Thunderbird * Signatures * Addressbook * Data from MBP * Printer * SSH Key/Config * starfish ⇒ [[os:archlinux:30l3-2021|Archlinux With BTRFS + systemd-boot + LARBS + Blackarch repos]] * ntp ⇒ [[os:archlinux:30l3-2021|Archlinux With BTRFS + systemd-boot + LARBS + Blackarch repos]]