Remove unwanted packages
This commit is contained in:
parent
f9443ecb14
commit
10510cccd0
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue