Removed old setup files
This commit is contained in:
@@ -114,6 +114,7 @@ for choice in "${desktop[@]}"; do
|
|||||||
matugen-bin \
|
matugen-bin \
|
||||||
qt6-multimedia \
|
qt6-multimedia \
|
||||||
dms-shell-bin \
|
dms-shell-bin \
|
||||||
|
xwayland-satellite \
|
||||||
ly
|
ly
|
||||||
# greetd-dms-greeter-git
|
# greetd-dms-greeter-git
|
||||||
|
|
||||||
|
|||||||
35
packages.txt
35
packages.txt
@@ -1,35 +0,0 @@
|
|||||||
arrpc
|
|
||||||
brightnessctl
|
|
||||||
btop
|
|
||||||
candy-icons-git
|
|
||||||
cava
|
|
||||||
cliphist
|
|
||||||
dms-shell
|
|
||||||
eza
|
|
||||||
fastfetch
|
|
||||||
fuzzel
|
|
||||||
fzf
|
|
||||||
ghostty
|
|
||||||
git
|
|
||||||
gnome-keyring
|
|
||||||
hyfetch
|
|
||||||
kvantum
|
|
||||||
matugen-bin
|
|
||||||
nautilus
|
|
||||||
ncdu
|
|
||||||
neovim
|
|
||||||
oh-my-posh
|
|
||||||
otf-linja-pona
|
|
||||||
power-profiles-daemon
|
|
||||||
qt6ct-kde
|
|
||||||
reflector
|
|
||||||
tealdeer
|
|
||||||
ttf-sourcecodepro-nerd
|
|
||||||
vesktop
|
|
||||||
vim
|
|
||||||
wl-clipboard
|
|
||||||
xdg-desktop-portal-gnome
|
|
||||||
xdg-desktop-portal-gtk
|
|
||||||
xwayland-satellite
|
|
||||||
zoxide
|
|
||||||
zsh
|
|
||||||
38
setup.sh
38
setup.sh
@@ -1,38 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
DOTFILES_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
|
|
||||||
|
|
||||||
if ! command -v yay &>/dev/null; then
|
|
||||||
echo "Installing yay"
|
|
||||||
sudo pacman -S base-devel git --needed --noconfirm
|
|
||||||
|
|
||||||
TEMP_DIR=$(mktemp -d)
|
|
||||||
|
|
||||||
git clone https://aur.archlinux.org/yay-bin.git $TEMP_DIR/yay-bin
|
|
||||||
cd $TEMP_DIR/yay-bin
|
|
||||||
|
|
||||||
makepkg -si --noconfirm
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Installing packages"
|
|
||||||
sudo -v || exit 1
|
|
||||||
yay -S --noconfirm --needed - <$DOTFILES_DIR/packages.txt
|
|
||||||
|
|
||||||
echo "Changing default shell"
|
|
||||||
sudo chsh -s /bin/zsh $USER
|
|
||||||
|
|
||||||
echo "Setting nautilus as default file manager"
|
|
||||||
xdg-mime default org.gnome.nautilus.desktop inode/directory
|
|
||||||
|
|
||||||
echo "Setting default git branch to \"main\""
|
|
||||||
git config --global init.defaultBranch main
|
|
||||||
|
|
||||||
echo "Applying arrpc fix"
|
|
||||||
sudo cp /usr/lib/systemd/user/arrpc.service /etc/systemd/system/arrpc.service
|
|
||||||
sudo systemctl enable arrpc --now
|
|
||||||
|
|
||||||
echo "Applying stow"
|
|
||||||
cd $DOTFILES_DIR
|
|
||||||
stow fastfetch fuzzel ghostty godot hyfetch kvantum mangohud niri nvim qt6ct zsh
|
|
||||||
Reference in New Issue
Block a user