diff --git a/.gitignore b/.gitignore index f3fdaaa..9f7fdb6 100644 --- a/.gitignore +++ b/.gitignore @@ -52,4 +52,7 @@ !NOTES.md +!Wallpapers +!Wallpapers/* + **/__pycache__ diff --git a/Wallpapers/.gitkeep b/Wallpapers/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Wallpapers/3840x2160-light-archlinux2.png b/Wallpapers/3840x2160-light-archlinux2.png new file mode 100644 index 0000000..5756864 Binary files /dev/null and b/Wallpapers/3840x2160-light-archlinux2.png differ diff --git a/Wallpapers/anime-coffee-girl.jpg b/Wallpapers/anime-coffee-girl.jpg new file mode 100644 index 0000000..f4aee42 Binary files /dev/null and b/Wallpapers/anime-coffee-girl.jpg differ diff --git a/Wallpapers/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg b/Wallpapers/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg new file mode 100644 index 0000000..e12cd9e Binary files /dev/null and b/Wallpapers/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg differ diff --git a/Wallpapers/gruv-temple.png b/Wallpapers/gruv-temple.png new file mode 100644 index 0000000..b8d3da5 Binary files /dev/null and b/Wallpapers/gruv-temple.png differ diff --git a/scripts/install.sh b/scripts/install.sh index 78cd5b4..036ff29 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,13 +5,13 @@ USER=lizzy MACHINE_ZSH=~/scripts/machine-specific-zsh/$(hostname).zsh # Some packages -sudo pacman -S git emacs vim \ +sudo pacman -S git vim \ networkmanager firefox alacritty zsh \ sway inetutils playerctl rustup tmux \ openssl-1.1 bluez bluez-utils wget \ base-devel dunst wofi noto-fonts-emoji \ light brightnessctl pass docker \ - pavucontrol + pavucontrol seahorse man # rustup rustup default stable @@ -29,7 +29,7 @@ cd ~ pikaur -S xremap-x11-bin spotify-tui-bin \ betterdiscord-installer-bin discord obs-studio \ nerd-fonts-cozette-ttf ttf-font-awesome ttf-cozette \ - waybar + waybar swaybg emacs-gcc-wayland-devel-bin # xremap sudo groupadd input @@ -50,14 +50,6 @@ sudo systemctl enable --now docker sudo groupadd docker sudo usermod -aG docker $USER -# Wallpapers -mkdir Wallpapers && cd Wallpapers -wget "https://github.com/FrenzyExists/wallpapers/raw/main/Gruv/gruv-temple.png" -wget "https://e0.pxfuel.com/wallpapers/885/812/desktop-wallpaper-i3-gaps-gruvbox-arch-love-r-unixporn.jpg" -wget "https://github.com/FrenzyExists/wallpapers/raw/main/Anime/anime-coffee-girl.jpg" -wget -U "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" "https://wallpapers.com//images/hd/celeste-madeline-strawberry-2o1vy9t0faa9vwm0.jpg" -cd .. - # Setup asdf-vm, thefuck pikaur -S asdf-vm thefuck echo ". /opt/asdf-vm/asdf.sh" >> $MACHINE_ZSH