From 10510cccd07abaadb96428426cc046b547908436 Mon Sep 17 00:00:00 2001 From: Giridhar Date: Sun, 24 Oct 2021 13:09:45 +0530 Subject: [PATCH] Remove unwanted packages --- 1-setup.sh | 4 +--- 2-user.sh | 6 ------ 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/1-setup.sh b/1-setup.sh index 88e866d..6013523 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -33,7 +33,7 @@ echo " Setup Language to US and set locale " echo "-------------------------------------------------" sed -i 's/^#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen locale-gen -timedatectl --no-ask-password set-timezone America/Chicago +timedatectl --no-ask-password set-timezone Asia/Kolkata timedatectl --no-ask-password set-ntp 1 localectl --no-ask-password set-locale LANG="en_US.UTF-8" LC_COLLATE="" LC_TIME="en_US.UTF-8" @@ -71,7 +71,6 @@ PKGS=( 'breeze-gtk' 'bridge-utils' 'btrfs-progs' -'celluloid' # video players 'cmatrix' 'code' # Visual Studio code 'cronie' @@ -94,7 +93,6 @@ PKGS=( 'fuseiso' 'gamemode' 'gcc' -'gimp' # Photo editing 'git' 'gparted' # partition management 'gptfdisk' diff --git a/2-user.sh b/2-user.sh index 4fe3e47..fce88eb 100755 --- a/2-user.sh +++ b/2-user.sh @@ -23,14 +23,9 @@ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerleve ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc PKGS=( -'autojump' 'awesome-terminal-fonts' 'brave-bin' # Brave Browser -'dxvk-bin' # DXVK DirectX to Vulcan -'github-desktop-bin' # Github Desktop sync 'lightly-git' -'mangohud' # Gaming FPS Counter -'mangohud-common' 'nerd-fonts-fira-code' 'nordic-darker-standard-buttons-theme' 'nordic-darker-theme' @@ -45,7 +40,6 @@ PKGS=( 'ttf-hack' 'ttf-meslo' # Nerdfont package 'ttf-roboto' -'zoom' # video conferences 'snap-pac' )