diff --git a/README.org b/README.org new file mode 100644 index 000000000..9ae3e69aa --- /dev/null +++ b/README.org @@ -0,0 +1,29 @@ +#+title: README +#+author: Clay Gomera +#+description: README for my dotfiles repository + +* ABOUT +This is just a personal repository where i store all my dotfiles, you're free clone them and edit them as you wish. Part of this work was based on other people's dotfiles (Distrotube for example), and it may contain scripts or binaries that they made or modify. + +** Sreenshots +[[./screenshot1.png]] +[[./screenshot2.png]] +[[./screenshot3.png]] +[[./screenshot4.png]] + +* GUIDE +This guide is made for Arch Linux. + +** Dependencies +This section will help you install every dependency. +*** Fonts and theeming +This repository already includes the mononoki Nerd Font, the gruvbox-dark-gtk theme, the gruvbox-dark-icons-gtk icon pack and the Simp1e-Gruvbox-Dark cursors. But if you preffer to use the AUR packages you can install them using paru like this (Keep in mind that the Simp1e-Gruvbox-Dark cursors aren't in the AUR): +#begin_src sh +paru -S gruvbox-dark-gtk gruvbox-dark-icons-gtk nerd-fonts-mononoki +#+end_src + +*** Full dependency pack +With this single command using paru you can install all dependencies: +#+begin_src sh +paru -S --needed picom-pijulius-git capnet-assist scrot feh fd rofi awesome-git betterlockscreen power-profiles-daemon pamixer dunst lxsession alacritty networkmanager bluez bluez-utils +#+end_src diff --git a/user/.bashrc b/user/.bashrc index 51ef0fbd6..5246df7f5 100644 --- a/user/.bashrc +++ b/user/.bashrc @@ -140,7 +140,7 @@ alias \ os=$(grep NAME /etc/os-release | head -1 | cut -d'=' -f2 | sed 's/["]//g') if [ "${os}" = "Arch Linux" ]; then alias \ - pac-up="paru -Syyua" \ + pac-up="paru -Syyu" \ pac-get="paru -S" \ pac-rmv="paru -Rcns" \ pac-rmv-sec="paru -R" \