User Tools

Site Tools


os:garuda:mjoelnir

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
os:garuda:mjoelnir [2025/07/05 12:06] – [Copy/paste (foot)] warnaudos:garuda:mjoelnir [2025/07/08 18:10] (current) – ToDo checked: Ferdium warnaud
Line 1: Line 1:
 +====== Infos ======
 +Thinkpad T495s/16GB/250GB Nvme
  
 +====== Install ======
 +-> https://garudalinux.org/editions I took the hyprland version
 +
 +====== Fixes ======
 +===== Keyboard =====
 +English (US, alt. intl.)
 +<code bash> vi ~/.config/hypr/hyprland.conf</code>
 +<code perl>
 +# 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
 + ...
 +</code>
 +
 +===== Copy/paste (foot) =====
 +<code bash> vi .config/foot/foot.ini</code>
 +<code perl>
 +[mouse]
 +# hide-when-typing=no
 +# alternate-scroll-mode=yes
 +auto-copy-selection-to-clipboard=yes</code>
 +===== Copy/paste vi* =====
 +<code>:set mouse=</code>
 +===== (Neo)Vi(m) =====
 +<code bash>
 +sudo pacman -S neovim
 +sudo rm /usr/bin/vi
 +sudo ln -s /usr/bin/nvim /usr/bin/vi</code>
 +===== Sudo =====
 +<code bash>
 +export EDITOR=/usr/bin/vi
 +sudo rm /etc/sudoers.d/10-installer
 +sudo visudo</code>
 +uncomment:
 +<code perl>
 +%wheel ALL=(ALL:ALL) NOPASSWD: ALL</code>
 +====== Missing stuff ======
 +<code bash>
 +yay -S logseq-desktop
 +yay -S bitwarden</code>
 +====== blackarch =====
 +https://architecting-systems.hashnode.dev/arch-based-linux-for-security-testing
 +
 +====== EDITOR ======
 +<code bash>vi ~/.config/fish/config.fish</code>
 +<code perl>
 +set -gx EDITOR /usr/bin/vim
 +set -gx VISUAL /usr/bin/vim</code>
 +<code bash> source ~/.config/fish/config.fish</code>
 +====== NTP ======
 +<code bash>sudo vi  /etc/systemd/timesyncd.conf
 +</code>
 +<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>
 +<code bash>
 +sudo systemctl restart systemd-timesyncd
 +timedatectl status</code>
 +====== TODO ======
 +  * <todo #warnaud:2025-06-29>Brave sync</todo>
 +  * <todo>Hyprland config</todo>
 +  * <todo #warnaud:2025-06-29>Signal</todo>
 +  * <todo #warnaud:2025-07-08>Discord</todo>
 +  * <todo #warnaud:2025-07-08>Ferdium</todo>
 +  * <todo #warnaud:2025-07-08>Neovim/?</todo>
 +  * <todo #warnaud:2025-07-08>Thunderbird</todo>
 +  * <todo>Signatures</todo>
 +  * <todo>Addressbook</todo>
 +  * <todo>Data from MBP</todo>
 +  * <todo #warnaud:2025-06-29>Printer</todo>
 +  * <todo>SSH Key/Config</todo>
 +  * <todo>starfish</todo> ⇒ [[os:archlinux:30l3-2021|Archlinux With BTRFS + systemd-boot  + LARBS + Blackarch repos]]
 +  * <todo #warnaud:2025-07-08>ntp</todo> ⇒ [[os:archlinux:30l3-2021|Archlinux With BTRFS + systemd-boot  + LARBS + Blackarch repos]]