Skip to content

dzzesen/dotfiles

Repository files navigation

Installation

These dotfiles use Dotbot for installation.

Set up wifi:

paru -S iwd dhcpcd openresolv impala

# disable nm service
sudo systemctl stop NetworkManager
sudo systemctl disable NetworkManager

# enable iwd service
sudo systemctl enable --now iwd

# set up dhcp
sudo systemctl enable --now dhcpcd@wlan0.service  # get station name 'iwctl station list'
sudo systemctl enable --now dhcpcd  # or start the daemon for all newtwork interfaces

# connect
impala

Install git:

sudo pacman -S git

Install paru package manager:

sudo pacman -S --needed base-devel
mkdir ~/Downloads
cd ~/Downloads
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

Install video drivers:

paru -S mesa vulkan-radeon

Install display manager:

paru -S ly

Install compositor:

paru -S niri

Install important packages:

paru -S bluez bluez-utils brightnessctl curl gnome-keyring gzip man-db man-pages pipewire pipewire-pulse sqlite tar wget wireguard-tools wl-clipboard unzip xdg-desktop-portal-gnome xdg-desktop-portal-wlr xwayland-satellite

Install workspace packages:

paru -S bluetui fuzzel grim keyd satty slurp swaybg swayidle swaylock swaync waybar

Install fonts, emojies and icons:

paru -S otf-myna noto-fonts-emoji papirus-icon-theme 

Install terminal packages:

paru -S btop gitui lsd nvim pgcli starship
paru -S josuto   # file manager
paru -S mdfried  # a markdown viewer
paru -S oxker    # a simple tui to view & control docker containers
paru witr        # why it run

Install gui packages:

paru -S discord foot obs-studio slack-desktop telegram-desktop vivaldi
paru haruna      # video player 
paru eog         # image viewer

Install packages for coding:

paru -S bore cloudflared docker docker-compose luarocks nix npm marksman pre-commit rustup uv

Run installation:

./install
sudo ./install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published