{"id":15051144,"url":"https://github.com/hecdelatorre/dotfiles","last_synced_at":"2026-02-12T11:39:11.285Z","repository":{"id":41158637,"uuid":"371608199","full_name":"hecdelatorre/dotfiles","owner":"hecdelatorre","description":"My settings for linux.","archived":false,"fork":false,"pushed_at":"2022-10-05T05:26:25.000Z","size":181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T21:53:15.562Z","etag":null,"topics":["alacritty","arch-linux","archlinux","debian","debian-linux","fedora","fedora-workstation","github-config","kitty","neovim","neovim-configuration","script","scripts","themes","vscode","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hecdelatorre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-28T06:51:18.000Z","updated_at":"2022-08-22T02:19:31.000Z","dependencies_parsed_at":"2023-01-19T06:15:53.567Z","dependency_job_id":null,"html_url":"https://github.com/hecdelatorre/dotfiles","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecdelatorre%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecdelatorre%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecdelatorre%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecdelatorre%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hecdelatorre","download_url":"https://codeload.github.com/hecdelatorre/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243513313,"owners_count":20302924,"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","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":["alacritty","arch-linux","archlinux","debian","debian-linux","fedora","fedora-workstation","github-config","kitty","neovim","neovim-configuration","script","scripts","themes","vscode","zsh"],"created_at":"2024-09-24T21:31:09.567Z","updated_at":"2026-02-12T11:39:06.224Z","avatar_url":"https://github.com/hecdelatorre.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My settings\n\n[\u003cimg src=\"https://i.postimg.cc/4y2HVVr2/Screenshot-at-2022-07-02-18-30-49.png\" title=\"\" alt=\"Screenshot-at-2022-07-02-18-30-49.png\" width=\"400\"\u003e](https://postimg.cc/rRWpL0y5)[\u003cimg src=\"https://i.postimg.cc/CxmLDtr9/Screenshot-at-2022-07-05-21-05-54.png\" title=\"\" alt=\"Screenshot-at-2022-07-05-21-05-54.png\" width=\"400\"\u003e](https://postimg.cc/v4xswPsv)\n\n[\u003cimg src=\"https://i.postimg.cc/MZ9QCJv0/Screenshot-at-2022-07-02-18-29-38.png\" title=\"\" alt=\"Screenshot-at-2022-07-02-18-29-38.png\" width=\"400\"\u003e](https://postimg.cc/Rqnht81q)[\u003cimg src=\"https://i.postimg.cc/Fs1LmCLM/Screenshot-at-2022-07-02-18-30-02.png\" title=\"\" alt=\"Screenshot-at-2022-07-02-18-30-02.png\" width=\"400\"\u003e](https://postimg.cc/cryHBmTh)     \n\n[\u003cimg src=\"https://i.postimg.cc/Gtms4qSs/Screenshot-at-2022-07-02-18-34-02.png\" title=\"\" alt=\"Screenshot-at-2022-07-02-18-34-02.png\" width=\"800\"\u003e](https://postimg.cc/dkg0XmFq)\n\n## Scripts\n\n### Arch\n\n**Installation of packages**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/arch.sh)\"\n```\n\n**Install fonts**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-fonts.sh)\"\n```\n\n**Reflector for faster repositories**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/reflector.sh)\"\n```\n\n**Installation of linux zen**\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-linux-zen.sh)\"\n```\n\n**Installation of yay**\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-yay.sh)\"\n```\n\n**Installation of paru**\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-paru.sh)\"\n```\n\n**Installation of vscode**\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-vscode.sh)\"\n```\n\n### Debian\n\n**Update system**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Debian/upgrade.sh)\"\n```\n\n**Package installation**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Debian/install-packages.sh)\"\n```\n\n**Kernel [Xanmod](https://xanmod.org/) Installation**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Debian/install-linux-xanmod.sh)\"\n```\n\n**Kernel [Xanmod](https://xanmod.org/) lts Installation**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Debian/install-linux-xanmod-lts.sh)\"\n```\n\n### Fedora\n\n**Updating the system**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/update.sh)\"\n```\n\n**Installation of packages**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/fedora.sh)\"\n```\n\n**Installation of dev packages**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-dev-apps.sh)\"\n```\n\n**Installation of fonts**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-fonts.sh)\"\n```\n\n**[MongoDB](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-red-hat/) Installation**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/MongoDB.sh)\"\n```\n\n**Kernel [liquorix](https://copr.fedorainfracloud.org/coprs/rmnscnce/kernel-lqx/) Installation**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-kernel-lxq.sh)\"\n```\n\n **Kernel [Xanmod](https://copr.fedorainfracloud.org/coprs/rmnscnce/kernel-xanmod/) lts Installation**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-kernel-xanmod-lts.sh)\"\n```\n\n**Kernel [Xanmod](https://copr.fedorainfracloud.org/coprs/rmnscnce/kernel-xanmod/) edge Installation**\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-kernel-xanmod-edge.sh)\"\n```\n\n### Kitty Themes\n\n***[FiraCode](https://github.com/tonsky/FiraCode) typeface is necessary***\n\n**Copy Kibble theme**\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Kitty/kitty-Kibble.sh)\"\n```\n\n**Copy Gruvbox theme**\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Kitty/kitty-Gruvbox.sh)\"\n```\n\n### Alacritty\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Alacritty/install.sh)\"\n```\n\n### Neovim\n\n**Copy onehalfdark theme**\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Neovim/install-onehalfdark.sh)\"\n```\n\n**Copy Gruvbox theme**\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Neovim/install-Gruvbox.sh)\"\n```\n\n### Copy .gitconfig to user directory\n\n```sh\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/git/git.sh)\"\n```\n\n### Installation of mate in Rocky\n\n```sh\nsudo sh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/rocky/mate.sh)\"\n```\n\n### xterm - Config\n\n```shell\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/xterm/xterm.sh)\"\n```\n\n### Copy my settings - bspwm\n\n```shell\nsh -c \"$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/bspwm/install-bspwm.sh)\"\n```\n\n## My setup for:\n\n* [kitty](https://github.com/kovidgoyal/kitty) \n* [alacritty](https://github.com/alacritty/alacritty) \n* [Arch](https://archlinux.org/)\n* [Debian](https://www.debian.org/)\n* [Fedora](https://getfedora.org/)\n* [Neovim](https://neovim.io/)\n* [Git](https://git-scm.com/)\n* [vscode](https://code.visualstudio.com/)\n* [rofi](https://github.com/davatorium/rofi)\n* [zsh](https://ohmyz.sh/)\n\n## My favorite fonts\n\n* [Rubik](https://fonts.google.com/specimen/Rubik)\n* [Roboto](https://fonts.google.com/specimen/Roboto)\n* [FiraCode](https://github.com/tonsky/FiraCode)\n* [Menlo for Powerline](https://github.com/abertsch/Menlo-for-Powerline.git)\n* [SF Mono Font](https://github.com/supercomputra/SF-Mono-Font.git)\n* [Cascadia Code](https://github.com/microsoft/cascadia-code)\n\n## Themes for terminal\n\n* [Gogh](https://github.com/Mayccoll/Gogh.git)\n\n## My themes favourites\n\n* [Numix Project](https://github.com/numixproject)\n\n[\u003cimg src=\"https://i.postimg.cc/hj94jM8M/LogoO-GN.png\" title=\"\" alt=\"logoN1-w.png\" width=\"300\"\u003e](https://gitlab.com/hecdelatorre)[\u003cimg src=\"https://i.postimg.cc/zBmX84hV/LogoO-GA.png\" title=\"\" alt=\"logoN1-w.png\" width=\"300\"\u003e](https://github.com/hecdelatorre)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecdelatorre%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhecdelatorre%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhecdelatorre%2Fdotfiles/lists"}