Linux Setup


Last updated on 2025-09-25 (history).

This page has list of things that makes linux experience better.

## System services 1

1
2
3
# enables ssh-agent, which makes it possible to use ssh-add once and keep using
# it without needing to enter password again.
systemctl --user enable ssh-agent.service

And include this in your shell startup file (like .zshrc).

1
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket

## Fonts

This list includes fonts for system, symbols, emojis and icons.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
paru -S \
  noto-fonts \
  ttf-liberation \
  ttf-dejavu \
  ttf-opensans \
  noto-fonts-cjk \
  noto-fonts-emoji \
  noto-color-emoji-fontconfig \
  awesome-terminal-fonts \
  woff2-font-awesome \