Skip to content

Instantly share code, notes, and snippets.

@tudorjnu
Last active July 10, 2024 17:53
Show Gist options
  • Select an option

  • Save tudorjnu/9216148ea2713e9121889b0f5c7aacbe to your computer and use it in GitHub Desktop.

Select an option

Save tudorjnu/9216148ea2713e9121889b0f5c7aacbe to your computer and use it in GitHub Desktop.
# Compositor
sudo pacman -S picom
# Display Manager
sudo pacman -S ly
# Window Manager and Dependencies
sudo pacman -S qtile python-psutil
# Notification Server
sudo pacman -S dunst
# Bluetooth
sudo pacman -S bluez bluez-utils
# Sound System
sudo pacman -S pipewire
# Printing
sudo pacman -S cups
# Snapshots Manager
sudo pacman -S snapper
# Software
## Browser
sudo pacman -S firefox
## Terminal
sudo pacman -S alacritty
## File Manager
sudo pacman -S lf
# Fonts
sudo pacman -S terminus-font ttf-ubuntu-nerd ttf-ubuntu-mono-nerd ttf-jetbrains-mono-nerd
# Display Server
sudo pacman -S xorg xorg-xwayland
# Additional Utilities and Tools
sudo pacman -S fzf github-cli bat diff-so-fancy starship pass rofi xdg-user-dirs xclip keychain
# manage snapshots
sudo pacman -S snap-pac
## Setup SSH
# generate key
ssh-keygen -t ed25519 -C "[email protected]"
# add key to agent
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
## Setup Git
gh auth login
## Set up bash
echo -e '\nif [ -f ~/.tudorjnu.bash ]; then\n . ~/.tudorjnu.bash\nfi\n' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment