diff --git a/README.md b/README.md index 9c1dff2..caaddd0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# Install dependencies +# dotfiles + +This is my ArchLinux configuration. +Tested on Acer Travelmate X349-G2-M and Lenovo Thinkpad E14 G5. + +## Install dependencies ```bash paru -S syncthing feh bottom zellij eza bat maim vlc python-pillow i3lock-color \ @@ -7,5 +12,20 @@ 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 \ -firefox veracrypt keepassxc ranger rofi chromium delta-git +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 ``` diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index ddfa8f4..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -Pillow==9.5.0 diff --git a/resources/24-03-15_16-06-52-alacritty.png b/resources/24-03-15_16-06-52-alacritty.png new file mode 100644 index 0000000..e6f8d4d Binary files /dev/null and b/resources/24-03-15_16-06-52-alacritty.png differ