Chromium alert
This commit is contained in:
parent
2f8c55a4df
commit
1a61441152
|
|
@ -24,7 +24,7 @@ touch "$HOME/.cache/zshhistory"
|
||||||
git clone "https://github.com/ChrisTitusTech/zsh"
|
git clone "https://github.com/ChrisTitusTech/zsh"
|
||||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k
|
||||||
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
|
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
|
||||||
|
echo "If chromium takes too long to install, you may CTRL-C to cancel it."
|
||||||
PKGS=(
|
PKGS=(
|
||||||
'autojump'
|
'autojump'
|
||||||
'awesome-terminal-fonts'
|
'awesome-terminal-fonts'
|
||||||
|
|
@ -48,14 +48,13 @@ PKGS=(
|
||||||
'pidgin'
|
'pidgin'
|
||||||
'plasma-pa'
|
'plasma-pa'
|
||||||
'ocs-url' # install packages from websites
|
'ocs-url' # install packages from websites
|
||||||
'ungoogled-chromium'
|
#'ungoogled-chromium'
|
||||||
'sddm-nordic-theme-git'
|
'sddm-nordic-theme-git'
|
||||||
'snapper-gui-git'
|
'snapper-gui-git'
|
||||||
'ttf-droid'
|
'ttf-droid'
|
||||||
'ttf-hack'
|
'ttf-hack'
|
||||||
'ttf-meslo' # Nerdfont package
|
'ttf-meslo' # Nerdfont package
|
||||||
'ttf-roboto'
|
'ttf-roboto'
|
||||||
'zoom' # video conferences
|
|
||||||
'snap-pac'
|
'snap-pac'
|
||||||
'youtube-dl-gui-git'
|
'youtube-dl-gui-git'
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,6 @@ PKGS=(
|
||||||
'gitrob'
|
'gitrob'
|
||||||
'gittools'
|
'gittools'
|
||||||
#----------------#
|
#----------------#
|
||||||
|
|
||||||
'metasploit' # Exploit
|
'metasploit' # Exploit
|
||||||
'nmap' # Network scanning
|
'nmap' # Network scanning
|
||||||
'sherlock-git'
|
'sherlock-git'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue