A minimalist repository of my dotfiles for arch linux
-
assets: This directory contains resources required for the repository, such as screenshots, and other media files. -
config: This directory holds configuration files for various programs and tools. These files are used to customize or set up the behavior of specific software. -
local: This directory is used for user-specific files and scripts. It is divided into:share/applications: Contains.desktopfiles, which are used to define shortcuts and metadata for Linux applications, making them accessible from the application menu or launcher.bin: Contains custom scripts and executable files created by the user for system-level tasks or automation.
The drxboot.sh script automates the initial installation and configuration of an Arch Linux system. It updates the system, installs essential packages (both from Pacman and AUR), and enables necessary services like the firewall and the login manager. It’s particularly useful for users who want a quick and straightforward installation process.
To download and execute the script directly, run:
curl -O https://raw.githubusercontent.com/druxorey/dotfiles/refs/heads/main/drxboot.sh
bash drxboot.shTo execute the script directly without downloading it, run:
bash <(curl -s https://raw.githubusercontent.com/druxorey/dotfiles/refs/heads/main/drxboot.sh)In this repository are the configuration files for my work environment, below is a list of the most important programs.
| Program | Link |
|---|---|
| Linux Distribution | arch |
| Window Manager | bspwm |
| Shell | zsh |
| Prompt | oh my posh |
| Terminal | kitty |
| System Fetch | fastfetch |
| Bar | polybar |
| Browser | brave |
| Editor | neovim |
| File Manager | yazi |
| Application Launcher | rofi |
| Colorscheme | dracula |
| Wallpapers | deviantart |
| GTK Theme | dracula gtk |
| Icon Theme | dracula papirus |
| Cursor | dracula cursor |
| GUI Font | noto sans nerd font |
| TUI Font | hack nerd font |
This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.
