some fixes
This commit is contained in:
parent
6cc86f8ea2
commit
e09b8de8a8
5
.bashrc
5
.bashrc
@ -221,4 +221,9 @@ ex ()
|
|||||||
|
|
||||||
[[ -f ~/.bashrc-personal ]] && . ~/.bashrc-personal
|
[[ -f ~/.bashrc-personal ]] && . ~/.bashrc-personal
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# custom aliases
|
||||||
|
alias emacs="emacs --no-window-system"
|
||||||
|
|
||||||
neofetch
|
neofetch
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
sudo pacman -S curl --noconfirm
|
sudo pacman -S curl --noconfirm
|
||||||
|
|
||||||
sh update-pacman-mirrors.sh
|
sh update-pacman-mirrors.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# git and vim setup
|
||||||
sh vim-setup.sh
|
sh vim-setup.sh
|
||||||
sh git-setup.sh
|
sh git-setup.sh
|
||||||
|
|
||||||
@ -22,14 +26,17 @@ cp ../.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
|
|||||||
cp ../.config/i3/config-pc ~/.config/i3/config
|
cp ../.config/i3/config-pc ~/.config/i3/config
|
||||||
cp ../.config/picom/picom.conf ~/.config/picom/picom.conf
|
cp ../.config/picom/picom.conf ~/.config/picom/picom.conf
|
||||||
cp ../.config/polybar/config-pc ~/.config/polybar/config
|
cp ../.config/polybar/config-pc ~/.config/polybar/config
|
||||||
|
|
||||||
cp ../.bashrc ~/.bashrc
|
cp ../.bashrc ~/.bashrc
|
||||||
|
|
||||||
sh setup-doom-emacs.sh
|
# full system upgrade
|
||||||
|
sudo pacman -Syu --noconfirm
|
||||||
|
|
||||||
|
# setup doom emacs
|
||||||
|
sh doom-emacs-setup.sh
|
||||||
|
|
||||||
# install rtl8821ce WiFi driver
|
# install rtl8821ce WiFi driver
|
||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
git clone git clone https://github.com/tomaspinho/rtl8821ce
|
git clone https://github.com/tomaspinho/rtl8821ce
|
||||||
cd rtl8821ce
|
cd rtl8821ce
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user