From 28b12a532beebaf33f52df729c08a3a3e548227f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Wed, 31 Mar 2021 21:16:09 +0300 Subject: [PATCH] Packages updated --- arch-setup/a | 54 +++++++++++++++++++++++++++++++++++ arch-setup/packages.blacklist | 2 ++ arch-setup/packages.full | 3 -- arch-setup/packages.minimal | 5 ---- arch-setup/plist.sh | 1 + install.sh | 4 +-- 6 files changed, 59 insertions(+), 10 deletions(-) create mode 100644 arch-setup/a diff --git a/arch-setup/a b/arch-setup/a new file mode 100644 index 00000000..1a1f27cb --- /dev/null +++ b/arch-setup/a @@ -0,0 +1,54 @@ +activitywatch-bin +aic94xx-firmware +archivemount +arch-wiki-lite +aria2 +autoconf2.13 +baobab +base +bfg +bison +bitwarden +bitwarden-cli +blackarch-keyring +borgmatic +botan +canon-pixma-ts5055-complete +canto-next-git +capt-src +cheese +cndrvcups-lt +code +cpanminus +ctemplate +cups-pdf +ghidra-darcula +gitkraken +google-chrome +google-cloud-sdk +googler +gperf +gradle +kitty +mailcap +openssl-1.0 +terminal_dimensions-git +texlive-bibtexextra +texlive-fontsextra +texlive-formatsextra +texlive-games +texlive-humanities +texlive-music +texlive-pstricks +texlive-publishers +texlive-science +tidy +ttf-joypixels +vue-cli +wd719x-firmware +xf86-video-amdgpu +xf86-video-vesa +yasm +zoom +libxft-bgra +plymouth-git diff --git a/arch-setup/packages.blacklist b/arch-setup/packages.blacklist index d966e99a..7e273b92 100644 --- a/arch-setup/packages.blacklist +++ b/arch-setup/packages.blacklist @@ -30,8 +30,10 @@ googler gperf gradle kitty +libxft-bgra mailcap openssl-1.0 +plymouth-git terminal_dimensions-git texlive-bibtexextra texlive-fontsextra diff --git a/arch-setup/packages.full b/arch-setup/packages.full index 4cb60462..d409420f 100644 --- a/arch-setup/packages.full +++ b/arch-setup/packages.full @@ -914,7 +914,6 @@ nm-connection-editor node-gyp nodejs notion-app -notion-enhancer notmuch notmuch-runtime noto-fonts @@ -924,7 +923,6 @@ npth nspr nss ntfs-3g -numix-icon-theme-git nuspell nvm oath-toolkit @@ -1059,7 +1057,6 @@ pixman pkgconf playerctl plymouth-git -plymouth-theme-cubes-git pngquant podofo polkit diff --git a/arch-setup/packages.minimal b/arch-setup/packages.minimal index 53fdf6af..fc20c662 100644 --- a/arch-setup/packages.minimal +++ b/arch-setup/packages.minimal @@ -760,7 +760,6 @@ libxfce4ui libxfce4util libxfixes libxfont2 -libxft-bgra libxi libxinerama libxkbcommon @@ -881,7 +880,6 @@ nm-connection-editor node-gyp nodejs notion-app -notion-enhancer notmuch notmuch-runtime noto-fonts @@ -891,7 +889,6 @@ npth nspr nss ntfs-3g -numix-icon-theme-git nuspell nvm oath-toolkit @@ -1024,8 +1021,6 @@ pistol-git pixman pkgconf playerctl -plymouth-git -plymouth-theme-cubes-git pngquant podofo polkit diff --git a/arch-setup/plist.sh b/arch-setup/plist.sh index 002842fa..6cd269af 100755 --- a/arch-setup/plist.sh +++ b/arch-setup/plist.sh @@ -2,5 +2,6 @@ #comm -23 <(pacman -Qqt | sort) <(pacman -Qqg base 2> /dev/null | sort) > ~/.dotfiles/arch-setup/packages.full pacman -Q | cut -f 1 -d " " | sort > ~/.dotfiles/arch-setup/packages.full +sort -o ~/.dotfiles/arch-setup/packages.blacklist ~/.dotfiles/arch-setup/packages.blacklist comm -13 ~/.dotfiles/arch-setup/packages.blacklist ~/.dotfiles/arch-setup/packages.full > ~/.dotfiles/arch-setup/packages.minimal diff --git a/install.sh b/install.sh index 400659eb..91256fb4 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ mvie(){ # Configuring for your username if [ ! "$username" = "yigit" ]; then echo "Setting up the dotfiles according to your username" - find . -type f -exec sed -i 's/\/home\/yigit/\/home\/$username/g' "{}" + + find . -type f -exec sed -i "s/\/home\/yigit/\/home\/$username/g" "{}" + fi # Don't prompt for a password for the rest of the script @@ -41,7 +41,7 @@ done # Config echo 'ZDOTDIR=$HOME/.config/zsh' > $HOME/.zshenv -chmod +x .zshenv +chmod +x $HOME/.zshenv mkdir -p ~/.local/share mkdir -p ~/.dotfiles_backup/local/share mvie ~/.themes ~/.dotfiles_backup/themes