Browse Source

Packages updated

main
Yiğit Çolakoğlu 4 years ago
parent
commit
28b12a532b
6 changed files with 59 additions and 10 deletions
  1. +54
    -0
      arch-setup/a
  2. +2
    -0
      arch-setup/packages.blacklist
  3. +0
    -3
      arch-setup/packages.full
  4. +0
    -5
      arch-setup/packages.minimal
  5. +1
    -0
      arch-setup/plist.sh
  6. +2
    -2
      install.sh

+ 54
- 0
arch-setup/a View File

@ -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

+ 2
- 0
arch-setup/packages.blacklist View File

@ -30,8 +30,10 @@ googler
gperf
gradle
kitty
libxft-bgra
mailcap
openssl-1.0
plymouth-git
terminal_dimensions-git
texlive-bibtexextra
texlive-fontsextra


+ 0
- 3
arch-setup/packages.full View File

@ -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


+ 0
- 5
arch-setup/packages.minimal View File

@ -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


+ 1
- 0
arch-setup/plist.sh View File

@ -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

+ 2
- 2
install.sh View File

@ -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


Loading…
Cancel
Save