minor push
This commit is contained in:
parent
5f7d725d16
commit
9bd8c992f2
|
|
@ -53,7 +53,7 @@ pacman -Sy --noconfirm
|
||||||
|
|
||||||
echo -e "\nInstalling Base System\n"
|
echo -e "\nInstalling Base System\n"
|
||||||
|
|
||||||
sudo pacman -S --noconfirm --needed - < ${HOME}/ArchTitus/pkg-files/pacman-pkgs.txt
|
sudo pacman -S --noconfirm --needed - < /pkg-files/pacman-pkgs.txt
|
||||||
#
|
#
|
||||||
# determine processor type and install microcode
|
# determine processor type and install microcode
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ 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
|
||||||
|
|
||||||
yay -S --noconfirm --needed - < ${HOME}/ArchTitus/pkg-files/aur-pkgs.txt
|
yay -S --noconfirm --needed - < /pkg-files/aur-pkgs.txt
|
||||||
|
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/
|
cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/
|
||||||
|
|
|
||||||
|
|
@ -1,54 +1,9 @@
|
||||||
mesa
|
mesa
|
||||||
xf86-video-vesa
|
xorg
|
||||||
xorg-bdftopcf
|
|
||||||
xorg-docs
|
|
||||||
xorg-font-util
|
|
||||||
xorg-fonts-100dpi
|
|
||||||
xorg-fonts-75dpi
|
|
||||||
xorg-fonts-encodings
|
|
||||||
xorg-iceauth
|
|
||||||
xorg-mkfontscale
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-server-common
|
|
||||||
xorg-server-devel
|
|
||||||
xorg-server-xephyr
|
|
||||||
xorg-server-xnest
|
|
||||||
xorg-server-xvfb
|
|
||||||
xorg-sessreg
|
|
||||||
xorg-setxkbmap
|
|
||||||
xorg-smproxy
|
|
||||||
xorg-x11perf
|
|
||||||
xorg-xauth
|
|
||||||
xorg-xbacklight
|
|
||||||
xorg-xcmsdb
|
|
||||||
xorg-xcursorgen
|
|
||||||
xorg-xdpyinfo
|
|
||||||
xorg-xdriinfo
|
|
||||||
xorg-xev
|
|
||||||
xorg-xgamma
|
|
||||||
xorg-xhost
|
|
||||||
xorg-xinput
|
|
||||||
xorg-xkbcomp
|
|
||||||
xorg-xkbevd
|
|
||||||
xorg-xkbutils
|
|
||||||
xorg-xkill
|
|
||||||
xorg-xlsatoms
|
|
||||||
xorg-xlsclients
|
|
||||||
xorg-xmodmap
|
|
||||||
xorg-xpr
|
|
||||||
xorg-xprop
|
|
||||||
xorg-xrandr
|
|
||||||
xorg-xrdb
|
|
||||||
xorg-xrefresh
|
|
||||||
xorg-xset
|
|
||||||
xorg-xsetroot
|
|
||||||
xorg-xvinfo
|
|
||||||
xorg-xwayland
|
|
||||||
xorg-xwd
|
|
||||||
xorg-xwininfo
|
|
||||||
xorg-xwudgg
|
|
||||||
xorg-apps
|
xorg-apps
|
||||||
xorg-drivers
|
xorg-drivers
|
||||||
|
xorg-xkill
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
xterm
|
xterm
|
||||||
plasma-desktop
|
plasma-desktop
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue