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 "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
sed -i 's/^#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
|
sed -i 's/^#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
|
||||||
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
|
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"
|
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'
|
'breeze-gtk'
|
||||||
'bridge-utils'
|
'bridge-utils'
|
||||||
'btrfs-progs'
|
'btrfs-progs'
|
||||||
'celluloid' # video players
|
|
||||||
'cmatrix'
|
'cmatrix'
|
||||||
'code' # Visual Studio code
|
'code' # Visual Studio code
|
||||||
'cronie'
|
'cronie'
|
||||||
|
|
@ -94,7 +93,6 @@ PKGS=(
|
||||||
'fuseiso'
|
'fuseiso'
|
||||||
'gamemode'
|
'gamemode'
|
||||||
'gcc'
|
'gcc'
|
||||||
'gimp' # Photo editing
|
|
||||||
'git'
|
'git'
|
||||||
'gparted' # partition management
|
'gparted' # partition management
|
||||||
'gptfdisk'
|
'gptfdisk'
|
||||||
|
|
|
||||||
|
|
@ -23,14 +23,9 @@ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerleve
|
||||||
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
|
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
|
||||||
|
|
||||||
PKGS=(
|
PKGS=(
|
||||||
'autojump'
|
|
||||||
'awesome-terminal-fonts'
|
'awesome-terminal-fonts'
|
||||||
'brave-bin' # Brave Browser
|
'brave-bin' # Brave Browser
|
||||||
'dxvk-bin' # DXVK DirectX to Vulcan
|
|
||||||
'github-desktop-bin' # Github Desktop sync
|
|
||||||
'lightly-git'
|
'lightly-git'
|
||||||
'mangohud' # Gaming FPS Counter
|
|
||||||
'mangohud-common'
|
|
||||||
'nerd-fonts-fira-code'
|
'nerd-fonts-fira-code'
|
||||||
'nordic-darker-standard-buttons-theme'
|
'nordic-darker-standard-buttons-theme'
|
||||||
'nordic-darker-theme'
|
'nordic-darker-theme'
|
||||||
|
|
@ -45,7 +40,6 @@ PKGS=(
|
||||||
'ttf-hack'
|
'ttf-hack'
|
||||||
'ttf-meslo' # Nerdfont package
|
'ttf-meslo' # Nerdfont package
|
||||||
'ttf-roboto'
|
'ttf-roboto'
|
||||||
'zoom' # video conferences
|
|
||||||
'snap-pac'
|
'snap-pac'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue