#
Setup
#
Arch Linux Setup
git clone https://github.com/fynks/configs.git && cd configs/setup/ && sudo chmod +x ./setup.sh && sudo ./setup.sh
#
Manjaro Mirrors update
sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syu
#
Chaotic AUR
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
sudo pacman-key --lsign-key 3056513887B78AEB
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
- Append (adding to the end of the file) to
/etc/pacman.conf
:
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
#
Fish Shell Setup
- Change to fish temporarily by running command:
fish
- Then install fisher and tide by running:
sudo curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher && fisher install ilancosman/tide
- Change the default shell to
fish
by:
sudo chsh $USER -s /bin/fish
- Logout and login again to see tha change.
#
Fish aliasis
#
KDE Setup
konsave -i manjaro-kde.knsv