{"id":16342968,"url":"https://github.com/linuxmobile/dotfiles","last_synced_at":"2025-09-03T20:36:36.497Z","repository":{"id":89624540,"uuid":"441926083","full_name":"linuxmobile/dotfiles","owner":"linuxmobile","description":"🎀 Hypr WM enviroment. Joining the First Release of my Dotfiles. Nothing Awesome. ","archived":false,"fork":false,"pushed_at":"2022-01-07T10:44:50.000Z","size":54601,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-31T04:48:51.498Z","etag":null,"topics":["archlinux","desktop","dotfiles","hypr","linux","oh-my-zsh","rice","ricing","zsh"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linuxmobile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-26T15:42:22.000Z","updated_at":"2024-05-30T04:28:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"12c09055-4f88-40ca-bcd1-92e90825235a","html_url":"https://github.com/linuxmobile/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linuxmobile/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxmobile%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxmobile%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxmobile%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxmobile%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxmobile","download_url":"https://codeload.github.com/linuxmobile/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxmobile%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273506903,"owners_count":25118066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archlinux","desktop","dotfiles","hypr","linux","oh-my-zsh","rice","ricing","zsh"],"created_at":"2024-10-11T00:05:45.224Z","updated_at":"2025-09-03T20:36:36.476Z","avatar_url":"https://github.com/linuxmobile.png","language":"CSS","readme":"# dotfiles\n🎀 Hypr WM enviroment. Joining the First Release of my Dotfiles. Nothing Awesome. \n\n\n* **Window Manager** • [Hypr ](https://github.com/vaxerski/Hypr)🎨 Animaciones Everywhere!\n* **Shell** • [Zsh](https://www.zsh.org) 🐚 con [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) framework!\n* **Terminal** • [Kitty](https://github.com/kovidgoyal/kitty) 💻 Una terminal que soporta imagenes!\n* **Panel** • [Polybar ](https://github.com/polybar/polybar)🍧 Sencilla, sin lujos!\n* **Compositor** • [Picom](https://github.com/yshui/picom) 🍩 rounded corners y mucho BLUR!\n* **Notify Daemon** • [Dunst](https://github.com/dunst-project/dunst) 🍃 minimalista!\n* **Launcher** • [Rofi](https://github.com/davatorium/rofi) 🚀 Realmente rápido y customizable!\n* **File Manager** • [Thunar](https://github.com/xfce-mirror/thunar) y [Ranger ](https://github.com/ranger/ranger)🔖 customizado!\n* **GUI Basic-IDE** • [Geany](https://www.geany.org) 🗒️Un IDE muy livianito!\n\n## Este es mi actual desktop\n\n\n\u003cimg src='.misc/hyprwm.gif'\u003e\n\n\n\n## 🌸 Setup\n\nEsto va a ser un intento de un \"paso a paso\". Pero siempre recomiendo no copiar y pegar al pie de la letra. Sino \"inspirarse\".  \nComo suelen decir en la comunidad de linux. Solamente [R.T.F.M](https://en.wikipedia.org/wiki/RTFM).\n\n### Instalación (dependencias)\n\n    Primero que nada un breve \"disclaimer\". Esta configuración es la que estoy utilizando actualmente. Está pensado para funcionar en Archlinux, y para dejar el escritorio tal cual lo tengo yo. Por lo tanto, si estás utilizando otra distribución vas a tener que instalar las dependencias en base a ello. Así que si no utilizas Archlinux, no deberías copiar y pegar.\n\n#### Instalando Paru como AUR Helper 🆘\n\n```sh\n\\# For Aur Helper install Paru\necho \"### Installing paru as AUR Helper\"\nmkdir $HOME/Downloads/_cloned-repos\ncd $HOME/Downloads/_cloned-repos\ngit clone https://aur.archlinux.org/paru.git\ncd paru\nmakepkg -si  \n```\n\n#### Instalamos Oh-My-Zsh 🐚\n\n```sh  \n\\# First install Oh-My-Zsh  \necho \"### Installing oh-my-zsh\"  \nsh -c \"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"  \n```\n\n#### Instalando los paquetes requeridos 📦\n\n```sh\necho \"### Installing Required Packages\"\nparu -S python ffmpeg pulseaudio pulseaudio-alsa alsa-utils dunst xclip scrot  \\\\\nthunar thunar-archive-plugin thunar-volman ffmpegthumbnailer tumbler w3m       \\\\\nviewnior mpv neofetch htop xsettingsd picom-jonaburg-git rofi rsync firefox    \\\\\nranger python-pip noto-fonts-emoji noto-fonts-cjk python-pillow-git xwallpaper \\\\\nexa bat file-roller geany geany-plugins gvfs gvfs-mtp htop kitty wal-git       \\\\\nlxappearance pavucontrol nerd-fonts-complete polybar  \n```\n\n#### Instalamos Oh-My-Zsh Plugins 🔌\n\n```sh  \necho \"### Installing Oh-My-Zsh Plugins\"\ngit clone --depth 1 https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-\\~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting\ngit clone --depth 1 https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-\\~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions\ngit clone --depth 1 https://github.com/zsh-users/zsh-completions.git ${ZSH_CUSTOM:-\\~/.oh-my-zsh/custom}/plugins/zsh-completions  \n```\n\n#### Instalamos Hypr WM 🪟\n\n##### Primero vamos a instalar las dependencias.\n\n```sh\nsudo pacman -S --needed cairo gdb ninja gcc cmake libxcb xcb-proto xcb-util xcb-util-cursor xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm xcb-util-xrm gtkmm gtk4 gtkmm3  \n```\n\n##### Compilamos Hypr WM\n\n```sh  \ncd $HOME/Downloads/_cloned-repos\ngit clone https://github.com/vaxerski/Hypr\ncd Hypr\nmake clear \u0026\u0026 make release  \n```\n\n##### Y copiamos los archivos necesarios.\n\n```sh  \ncd $HOME/Downloads/_cloned-repos/Hypr  \nsudo cp build/Hypr /usr/bin/  \nsudo cp example/hypr.desktop /usr/share/xsessions/  \n```\n\n#### Ahora procedemos a Clonar y copiar los Dotfiles\n\n##### Clonamos y Copiamos\n\n```sh  \ngit clone https://github.com/linuxmobile/dotfiles $HOME/dotfiles/  \ncd $HOME/dotfiles/\nrsync -avxHAXP --exclude '.git*' .* \\~/  \n```\n\n##### Agregamos los iconos\n\n```sh  \npushd \\~/.icons/ \u0026\u0026 \\\\\ntar -xJf Papirus-Custom.tar.xz \u0026\u0026 tar -xJf Papirus-Dark-Custom.tar.xz \u0026\u0026 \\\\\nsudo ln -vs \\~/.icons/Papirus-Custom /usr/share/icons/\nsudo ln -vs \\~/.icons/Papirus-Dark-Custom /usr/share/icons/\nrm -rf *.tar.xz\npopd  \n```\n\n##### Por último actualizamos las fuentes\n\n```sh \nfc-cache -rv  \n```\n\n    Eso es todo lo necesario. Tal vez necesite ir actualizando este post, ya que siempre es necesario mantener actualizado todo. Quizá faltan cosas, porque me olvidé o por alguna razón. Así que agregaré todo lo necesario con el tiempo.\n\n### Les dejo un video de mi anterior Desktop\n\n\u003cdiv class=\"video\"\u003e \u003ciframe src=\"https://www.youtube.com/embed/tiGCbY3EXks\" frameborder=\"0\" allowfullscreen\u003e\u003c/iframe\u003e \u003c/div\u003e\n\n### Creditos\n\n_A la hermosa comunidad de_ [_r/unixporn_](https://www.reddit.com/r/unixporn)_._\n\n**_©_** _A todos los artistas que crearon los iconis, ilustraciones, y wallpapers._\n\n**_©_** _A cada uno que ha creado y mantiene los proyectos que he mencionado y utilizado anteriormente._\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxmobile%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxmobile%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxmobile%2Fdotfiles/lists"}