From 1e52c16bbe0f8295b69076d0ce70b5b94f7d56cf Mon Sep 17 00:00:00 2001 From: aleidk Date: Tue, 1 Aug 2023 15:04:08 -0400 Subject: [PATCH] update setup --- exports/dnf.txt | 3 ++- setup.sh | 6 +++--- setup/themes | 0 setup/tmux | 0 4 files changed, 5 insertions(+), 4 deletions(-) mode change 100644 => 100755 setup/themes mode change 100644 => 100755 setup/tmux diff --git a/exports/dnf.txt b/exports/dnf.txt index 591d388..6e1f689 100644 --- a/exports/dnf.txt +++ b/exports/dnf.txt @@ -9,9 +9,10 @@ gcc gcc-c++ git gnome-software -neovim lazygit +neovim nodejs +papirus-icon-theme remove-retired-packages ripgrep sd diff --git a/setup.sh b/setup.sh index 846b036..5cbbf03 100755 --- a/setup.sh +++ b/setup.sh @@ -87,9 +87,9 @@ main() { source "$DOTS/setup/zsh" # for file in ./setup/*; do - # shellcheck disable=all - # source "$file" -# done + # shellcheck disable=all + # source "$file" + # done } check_dependencies diff --git a/setup/themes b/setup/themes old mode 100644 new mode 100755 diff --git a/setup/tmux b/setup/tmux old mode 100644 new mode 100755