You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This set of configurations is the environment I work in every day. It is designed to be used with Arch Linux. These dotfiles include a variety of tools and settings that enhance my workflow and productivity, from the window manager (i3) to development tools like Neovim, file management utilities, app launchers, and more.
Before running the installer script, make sure you have:
Arch Linux installed on your system.
An internet connection to download and install the required packages.
A user with root privileges.
Installation
Warning
This config is what I use on my PC, it will have software you have no need for. I have tried my best to make it more accessible by setting up variables for user and git and having all home paths use either $HOME or /home/${user}/ but I can't guarantee I fixed it all, if you notice something along those lines please make an issue and I'll try to fix it fast. These dotfiles also change constantly according to my needs so if you update with these you will lose or gain software that was/wasn't installed before.
To set up this environment just run this commands:
git clone https://github.com/gonblas/dotfiles
cd dotfiles
chmod +x autoinstall.sh
sudo ./autoinstall.sh
Caution
Make sure to review the installer script before running it to ensure you trust its content and verify if it fits your needs.
Usage
Anyone can use, modify, and adapt these dotfiles as needed. If you decide to use them, feel free to customize them to fit your own workflow or add new configurations that are useful to you. I am not responsible for anything bad that may happen to your system or data while using this repository. Use at your own risk.