2024-03-15 16:13:37 +01:00
|
|
|
# dotfiles
|
|
|
|
|
|
|
|
This is my ArchLinux configuration.
|
|
|
|
Tested on Acer Travelmate X349-G2-M and Lenovo Thinkpad E14 G5.
|
|
|
|
|
|
|
|
## Install dependencies
|
2024-03-15 16:02:52 +01:00
|
|
|
|
|
|
|
```bash
|
|
|
|
paru -S syncthing feh bottom zellij eza bat maim vlc python-pillow i3lock-color \
|
|
|
|
vlc fd ripgrep unzip npm bacon simple-scan dunst picom \
|
|
|
|
adobe-source-han-sans-jp-fonts obs-studio git zsh wget lightdm \
|
|
|
|
lightdm-webkit2-greeter xorg-server i3-gaps xorg-xbacklight xorg-xrandr \
|
|
|
|
alsa-utils pulseaudio pulseaudio-alsa pulseaudio-bluetooth playerctl \
|
|
|
|
pavucontrol btrfs-progs udiskie blueman acpi acpid tlp conky stow openssh \
|
2024-03-15 16:13:37 +01:00
|
|
|
firefox veracrypt keepassxc ranger rofi chromium delta-git xdotool xclip \
|
|
|
|
neofetch
|
|
|
|
```
|
|
|
|
|
|
|
|
## Picture
|
|
|
|
|
|
|
|
[[./resources/24-03-15_16-06-52-alacritty.png]]
|
|
|
|
|
|
|
|
## Get Started
|
|
|
|
|
|
|
|
```sh
|
|
|
|
git clone https://git.tudattr.dev/tudattr/dotfiles .dotfiles
|
|
|
|
cd .dotfiles
|
|
|
|
stow config
|
|
|
|
stow vim
|
|
|
|
stow zsh
|
2024-03-15 16:02:52 +01:00
|
|
|
```
|