They're finally organized (for now). I've previously used Arch and NixOS, both with hyprland. I've customised my waybar, terminal and firefox based on the colours of my background (also included).
├── doom
│ └── .config
│ └── doom
│ ├── config.el
│ ├── init.el
│ └── packages.el
├── Downloads
│ └── tanjiroBackground.png
├── fish
│ └── .config
│ └── fish
│ ├── config.fish
│ └── functions
│ └── fish_prompt.fish
│
├── gtk-3.0
│ └── .config
│ └── gtk-3.0
│ └── gtk.css
├── hypr
│ └── .config
│ └── hypr
│ ├── binds.lua
│ ├── colours.lua
│ ├── hyprland.lua
│ └── hyprpaper.conf
├── nixos
│ └── etc
│ └── nixos
│ ├── configuration.nix
│ └── flake.nix
├── waybar
│ └── .config
│ └── waybar
│ ├── scripts
│ │ └── launch.sh
│ ├── config.jsonc
│ └── style.css
├── wofi
│ └── .config
│ └── wofi
│ └── style.css
└── .bashrc
iwctl
device list
station <device> scan
station <device> get-networks
station <device> connect "<SSID>"
exitnmcli device wifi connect <SSID> password <password>nix develop /etc/nixos/wal -i "file/path/to/image"pywalfox install- Install Firefox extension
- Fetch Pywal colors
bluetoothctl
power on
agent on
default-agent
scan on
pair <hex>
connect <hex>
trust <hex>wpctl status
wpctl set-default <ID>ssh-keygen -t ed25519 -c "email@example.com"
enter file in which to save: ~/.ssh
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pubmodprobe sgsudo mkdir -p /mnt/hdd1
lsblk -f
sudo mount /dev/sdAX /mnt/hdd1
sudo umount /mnt/hdd1