AiDots
Mi configuración personal de Hyprland para Arch Linux, optimizada con la ayuda de IA para lograr un entorno de trabajo eficiente, estético y fluido.
File Explorer
- user.png
- a.png
- b.png
- Separator.tsx
- custom-arch-symbolic.svg
- custom-battery.svg
- custom-circle-filled-symbolic.svg
- custom-circle.svg
- custom-club.svg
- custom-cpu-symbolic.svg
- custom-drive.svg
- custom-flame-symbolic.svg
- custom-menu-symbolic.svg
- custom-next-symbolic.svg
- custom-pause-symbolic.svg
- custom-paw-print.svg
- custom-play-symbolic.svg
- custom-previous-symbolic.svg
- custom-ram-symbolic.svg
- custom-spotify-symbolic.svg
- custom-volume-med-symbolic.svg
- custom-vpn-symbolic.svg
- custom-weather-cloud.svg
- custom-weather-rain.svg
- custom-weather-sun.svg
- custom-window-symbolic.svg
- airplane.sh
- launch_wallpaper_utility.sh
- notify.wav
- IncrementalIcon.tsx
- VisualiserIcon.tsx
- budsBattery.tsx
- index.tsx
- _clock.scss
- index.tsx
- _control_center.scss
- ClipboardHistory.ts
- ClipboardView.tsx
- ControlCenter.tsx
- _island.scss
- LeftIsland.tsx
- RightIsland.tsx
- _mpris.scss
- index.tsx
- progressBar.tsx
- _network.scss
- Network.tsx
- _notification.scss
- Notification.tsx
- NotificationHistory.ts
- NotificationHistoryView.tsx
- _system.scss
- index.tsx
- _temperature.scss
- temperature.tsx
- _tray.scss
- index.tsx
- _workspaces.scss
- index.tsx
- Bar.tsx
- BongoCat.tsx
- CenterIsland.tsx
- Clock.tsx
- TodayStats.tsx
- Workspaces.tsx
- .gitignore
- _colors.scss
- _constants.scss
- app.ts
- env.d.ts
- package-lock.json
- package.json
- README.md
- run_ags.sh
- style.scss
- tsconfig.json
- ascii.txt
- config.jsonc
- FondosApp
- HyprlandWallpaper.conf
- bookmarks
- settings.ini
- settings.ini
- hyprland.conf
- hyprlock.conf
- 0.svg
- 1.svg
- 2.svg
- 3.svg
- lotos.jsonc
- style.css
- config.jsonc
- pinned.json
- kitty.conf
- ags.scss
- kitty.conf
- rofi.rasi
- SddmColors.qml
- config-sddm.toml
- config.toml
- config.rasi
- style.qml
- Appearance.qml
- CookieClock.qml
- CookieQuote.qml
- CookieSessionLocked.qml
- CVKeyboard.qml
- DateIndicator.qml
- DigitalClock.qml
- HourHand.qml
- HourMarks.qml
- Input.qml
- InputLogin.qml
- InputUserComboBox.qml
- LayoutButton.qml
- LoginForm.qml
- MaterialCookie.qml
- MinuteHand.qml
- MinuteMarks.qml
- qmldir
- RoundCorner.qml
- SecondHand.qml
- SessionButton.qml
- Settings.qml
- SystemButtons.qml
- TimeColumn.qml
- VirtualKeyboardButton.qml
- ii-sddm.conf
- Main.qml
- metadata.desktop
- bar.png
- centro_control.png
- desktop.png
- fondos_app.png
- jynprofile.png
- notification.png
- README.md
# Use via CDN
jsDelivrjsDelivr 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 ▼
git clone
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:
git
View Details ▼
git
Distributed version control system.
Some subcommands such as `commit`, `add`, `branch`, `switch`, `push`, etc. have their own usage documentation.
git init
Create an empty Git repository:
git clone {{https://example.com/repo.git}}
Clone a remote Git repository from the internet:
git status
View the status of the local repository:
kitty
View Details ▼
kitty
A fast, feature-rich, GPU based terminal emulator.
kitty
Open a new terminal:
kitty --title "{{title}}"
Open a terminal with the specified title for the window:
kitty +kitten themes
Start the theme-chooser builtin:
zsh
View Details ▼
zsh
Z SHell, a Bash-compatible command-line interpreter.
See also: `bash`, `!`, `^`.
zsh
Start an interactive shell session:
zsh -c "{{echo Hello world}}"
Execute specific [c]ommands:
zsh {{path/to/script.zsh}}
Execute a specific script:
chsh
View Details ▼
chsh
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:
pacman -S
View Details ▼
pacman -S
This command is an alias of `pacman --sync`.
tldr pacman sync
View documentation for the original command:
yay
View Details ▼
yay
Yet Another Yogurt: build and install packages from the Arch User Repository.
See also: `pacman`.
yay {{package_name|search_term}}
Interactively search and install packages from the repos and AUR:
yay
Synchronize and update all packages from the repos and AUR:
yay -S {{package}} --noconfirm
Install a new package from the repos and AUR and do not ask to confirm transactions:
