Last active
November 14, 2022 23:16
-
-
Save fipso/cfb05ce52daaf96c5ad913984dfbbf06 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl enable NetworkManger | |
systemctl start NetworkManger | |
pacman -Syu git base-devel neovim awesome nvidia lightdm lightdm-slick-greeter base-devel bluez blueberry tor discord openssh fish wget ttf-hack-nerd redshift picom variety unzip p7zip zip maim xclip | |
systemctl enable blueooth | |
systemctl start bluetooth | |
vim /etc/lightdm/lightdm.conf | |
greeter-session=lightdm-slick-greeter | |
systemctl enable lightdm | |
cd /tmp | |
git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si | |
yay -S spotify google-chrome lain-git | |
# TODO: setup ssh keys | |
git clone [email protected]:fipso/.dotfiles .cfg | |
cd .cfg | |
git config --local status.showUntrackedFiles no | |
cd ~ | |
git --git-dir=$HOME/.cfg/.git/ --work-tree=$HOME checkout | |
git --git-dir=$HOME/.cfg/.git/ --work-tree=$HOME restore . | |
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher | |
fisher install IlanCosman/tide@v5 | |
fisher install jorgebucaran/nvm.fish | |
fisher install jethrokuan/z | |
wget https://gitlab.com/kyb/fish_ssh_agent/raw/master/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/ | |
chsh -s /usr/bin/fish | |
# TODO: | |
https://wiki.archlinux.org/title/NVIDIA create hook | |
https://wiki.archlinux.org/title/EFI_system_partition#Using_systemd auto update efi partitoin | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment