atalazer / dotfiles

Place to backup my linux configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Place to backup my linux configurations

Info

  • OS : Arch Linux
  • Desktop Environment : GNOME
  • Windows Manager : Hyprland
  • Terminal Emulator : kitty
  • Shell : bash (script) | fish (interactive)
  • File Manager : Nautilus | yazi
  • Media Player : mpv
  • Music Player : Spotify | mpd/ncmpcpp
  • Text Editor : Neovim
  • Other Nice Apps : Obsidian | Anki | Koodo Reader

Packages

Add chaotic-aur repository first: https://aur.chaotic.cx/

Then install yay or paru or any AUR Wrapper!

sudo pacman -S yay

GNOME

yay -S gnome gdm \
  gnome-calculator gnome-calendar gnome-photos gnome-console \
  gnome-tweaks extension-manager-git \
  gnome-shell-extensions \
  gnome-shell-extension-appindicator \
  gnome-shell-extension-dash-to-dock \
  gnome-shell-extension-gsconnect \
  xdg-desktop-portal-gnome

Hyprland

yay -S \
  hyprland-git \
  hypridle hyprlock \
  swww waybar \
  hyprpicker-git grimblast-git \
  dunst polkit-gnome \
  wdisplays kanshi \
  cliphist wl-clipboard \
  wofi rofi-lbonn-wayland \
  brightnessctl playerctl \
  swappy grim

Applications

GUI

yay -S \
  google-chrome \
  obsidian anki \
  evince \
  libreoffice-still \
  mpv spotify \
  telegram-desktop element-desktop vesktop \
  nautilus nautilus-image-converter nautilus-sendto nautilus-share

CLI/TUI

yay -S \
  kitty \
  stow \
  neovim \
  yazi \
  lazygit \
  htop neofetch zoxide fzf glow \
  eza bat ripgrep fd \
  aria2c wget curl yt-dlp python-spotdl \
  mpd mpd-mpris mpc ncmpcpp \
  imagemagick ffmpeg pandoc-cli \
  alsa-utils brightnessctl playerctl \

Games

yay -S \
  itch-setup-bin \
  mcpelauncher-linux-git \
  osu-lazer

Fonts

yay -S \
  adobe-source-han-sans-cn-fonts adobe-source-han-sans-jp-fonts adobe-source-han-sans-kr-fonts \
  inter-font noto-fonts noto-fonts-emoji \
  ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-common ttf-nerd-fonts-symbols-mono

System

yay -S \
  android-tools android-udev \
  cups cups-filters cups-pk-helper gutenprint system-config-printer \
  pipewire pipewire-alsa wireplumber \
  xdg-utils xdg-user-dirs xdg-user-dirs-gtk xdg-desktop-portal \
  v4l2loopback-dkms v4l2loopback-utils v4l-utils \
  btrfs-progs grub-btrfs os-prober-btrfs \
  gvfs gvfs-afc gvfs-goa gvfs-google gvfs-gphoto2 gvfs-mtp gvfs-nfs gvfs-smb \
  nfs-utils ntfs-3g dosfstools \
  mesa-amber lib32-mesa-amber \
  intel-ucode intel-media-driver vulkan-intel lib32-vulkan-intel

About

Place to backup my linux configurations

License:MIT License


Languages

Language:Lua 65.3%Language:Shell 29.3%Language:Python 2.9%Language:CSS 0.9%Language:Vim Script 0.5%Language:JavaScript 0.5%Language:Perl 0.4%Language:HTML 0.1%Language:C++ 0.1%