Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(mazurek): add some packages from wuzetka, install nvchad
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Mar 16, 2024
1 parent fdbf7b0 commit 80eca09
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
25 changes: 24 additions & 1 deletion config/common/sneexy/mazurek/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ install:
- power-profiles-daemon
- upower
- powertop
- gamemode
- gamescope
- mangohud

# sound
- wireplumber
Expand Down Expand Up @@ -109,8 +112,28 @@ install:
- kanshi
- nwg-displays

# terminals
# terminal & utilities
- wezterm
- bat
- duf
- fastfetch
- fd-find
- fzf
- git-delta
- lsd
- neovim
- ripgrep
- sd
- starship
- zoxide
- zsh
- fontconfig
- crontabs

# podman
- podman
- podman-compose
- podman-tui

# media player
- mpv
Expand Down
15 changes: 14 additions & 1 deletion config/scripts/system-mazurek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,21 @@ sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/kylegospo-rom-properties-fedor
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite-multilib.repo

#
# create all required folders for the following setup
#
mkdir -p /usr/share/themes
mkdir -p /usr/share/icons
mkdir -p /usr/share/qt5ct/colors
mkdir -p /usr/share/qt6ct/colors
mkdir -p /etc/skel/.config
mkdir -p /etc/skel/.config/nvim
mkdir -p /etc/skel/.local
mkdir -p /usr/share/icons
mkdir -p /usr/share/backgrounds/catppuccin

#
# Catppuccin setup
#

# GTK Theme

Expand Down Expand Up @@ -75,7 +79,16 @@ cp -r /tmp/papirus-folders/src/* /usr/share/icons/Papirus
# Change the color of the icon theme
/tmp/papirus-folders/papirus-folders -t Papirus-Dark -C cat-mocha-green

#
# NvChad
#

# clone the starting repo into the proper location of user's files
git clone https://github.com/NvChad/starter.git /etc/skel/.config/nvim

#
# Dotfiles
#

# clone dotfiles manually from repo and copy them to /etc/skel for user dotfiles
git clone https://git.gay/sneexy/mazurek-dots.git /tmp/dotfiles
Expand Down

0 comments on commit 80eca09

Please sign in to comment.