dotfiles_v2

(β˜… 63)

✨ Mis dotfiles para Arch Linux con Hyprland. Configs simples, visuales y funcionales. Si viste esto en TikTok, ‘sí, es ese setup! 😎

File Explorer

  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

πŸ”

git clone

View Details β–Ό

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

πŸ”

waybar

View Details β–Ό

Highly customizable Wayland bar for Sway and Wlroots based compositors.

waybar

Start `waybar` with the default configuration and stylesheet:

waybar {{[-c|--config]}} {{path/to/config.jsonc}}

Use a different configuration file:

waybar {{[-s|--style]}} {{path/to/stylesheet.css}}

Use a different stylesheet file:

πŸ”

chsh

View Details β–Ό

This command is an alias of `chpass`.

tldr chpass

View documentation for the original command:

chsh

Set a specific login shell for the current user interactively:

tldr chpass

View documentation for the original command:

πŸ”

google-chrome-stable

View Details β–Ό

This command is an alias of `chromium`.

tldr chromium

View documentation for the original command:

πŸ”

pacman -S

View Details β–Ό

This command is an alias of `pacman --sync`.

tldr pacman sync

View documentation for the original command:

// repository documentation