nixxoq / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles config

SETUP (manual installtion soon)KEYBINDSAdditional Screenshots
- OS: Arch Linux
- WM: BSPWM
- Terminal alacrity
- Screenshot tool: maim (or flameshot for alternative)

Desktop-Preview

Setup

Warning

Before using this config, make sure you have:

  • Arch Linux based distribution
  • Internet connection
  • Curl preinstalled (if not, install it using sudo pacman -S curl)

Download script:

curl -sL https://raw.githubusercontent.com/nixxoq/dotfiles/main/setup/base.sh -o base.sh
chmod +x base.sh
./base.sh

Command line arguments:

--debug: Enable debug mode.
--skip-update: Skip system update.
--media: Install media dependencies.
--dev: Install development dependencies.
--configure-keymap: Configure keymap.
--force-redownload: Re-download dotfiles if folder exists.
--help: Display help message.

keybinds

image

Screenshots

Appmenu

Application Menu

Desktop

Desktop-2

notes (for me):

# TODO: add option to run this script on startup
#       Additionally, add an option to alias neofetch as 'sysfetch'
source: https://github.com/nixxoq/dotfiles/blob/main/home/.zshrc#L154

About

My dotfiles


Languages

Language:Shell 76.3%Language:Python 18.9%Language:SCSS 4.9%