{"id":19184378,"url":"https://github.com/cryptosingh1337/configs","last_synced_at":"2025-06-30T21:07:20.181Z","repository":{"id":112165960,"uuid":"466641614","full_name":"CryptoSingh1337/configs","owner":"CryptoSingh1337","description":"Contains all the config files","archived":false,"fork":false,"pushed_at":"2024-04-30T15:20:00.000Z","size":170,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T21:07:16.099Z","etag":null,"topics":["arch-linux","debian","endeavouros","i3-config","i3-gaps","i3-rice","i3blocks","i3status","intellij-idea-config","neovim-config","rofi-config","rofi-themes","sublime-text-config","xubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/CryptoSingh1337.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}},"created_at":"2022-03-06T05:05:23.000Z","updated_at":"2025-02-09T17:56:48.000Z","dependencies_parsed_at":"2024-04-30T16:36:10.750Z","dependency_job_id":"ff1d554e-009b-4d70-977a-0c795a40464b","html_url":"https://github.com/CryptoSingh1337/configs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CryptoSingh1337/configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoSingh1337%2Fconfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoSingh1337%2Fconfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoSingh1337%2Fconfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoSingh1337%2Fconfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CryptoSingh1337","download_url":"https://codeload.github.com/CryptoSingh1337/configs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoSingh1337%2Fconfigs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262850263,"owners_count":23374355,"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":["arch-linux","debian","endeavouros","i3-config","i3-gaps","i3-rice","i3blocks","i3status","intellij-idea-config","neovim-config","rofi-config","rofi-themes","sublime-text-config","xubuntu"],"created_at":"2024-11-09T11:06:55.253Z","updated_at":"2025-06-30T21:07:20.160Z","avatar_url":"https://github.com/CryptoSingh1337.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configs\n\n### Current Setup\n![2022-05-25-08:33:19-screenshot](https://user-images.githubusercontent.com/56120837/170171058-21ce9ca1-1ac7-4c30-8ad4-43d5a83ac3b0.png)\n\n### Focused window title and Alacritty (gruvboxdark-soft theme)\n![2022-05-25-08:33:35-screenshot](https://user-images.githubusercontent.com/56120837/170171070-5a951644-02d7-4911-b891-e224725d1c98.png)\n\n### i3wm\n\n#### Install these packages\n- i3-gaps - tiling window manager\n- rofi - application menu\n- nitrogen - desktop background manager\n- i3blocks - i3status bar (v \u003e= 1.5.0)\n- Alacritty - A fast, cross-platform, OpenGL terminal emulator\n- autorandr - manage config for docked setup\n- pamac - package manager GUI\n\n\n### Install i3blocks (v 1.5.0)\n\n#### Debian:\n```bash\napt cache search dh-autoreconf\napt install dh-autoreconf\napt install make\ngit clone https://github.com/vivien/i3blocks\ncd i3blocks\nchmod +x autogen.sh\n./autogen.sh\n./configure\nmake\nmake install\n```\n\n#### Arch:\n```bash\npacman -Sy i3blocks\n```\n\n### Install Alacritty\n\n#### Debian:\n```bash\ngit clone https://github.com/alacritty/alacritty.git\ncd alacritty\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\napt install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3\ncargo build --release\ninfocmp alacritty\nsudo cp target/release/alacritty /usr/bin\nsudo cp extra/logo/alacritty-term.svg /usr/share/pixmaps/Alacritty.svg\nsudo desktop-file-install extra/linux/Alacritty.desktop\nsudo update-desktop-database\nmkdir -p ~/.bash_completion.d\ncp extra/completions/alacritty.bash ~/.bash_completion.d/alacritty\necho \"source ~/.bash_completion.d/alacritty\" \u003e\u003e ~/.bashrc\n```\n\n#### Arch:\n```bash\npacman -Sy alacritty\n```\n\n### Install vim-plug for neovim\n```bash\nsh -c 'curl -fLo \"${XDG_DATA_HOME:-$HOME/.local/share}\"/nvim/site/autoload/plug.vim --create-dirs \\\n       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'\n```\n\n### Xrandr docked\n```bash\nxrandr --output HDMI-1 --primary --mode 1920x1080 --rate 75.00 --output eDP-1 --off\nautorandr --save docked\nxrandr --output eDP-1 --primary --mode 1920x1090 --rate 60.00 --output HDMI-1 --off\nautorandr --save naive\n```\n\n### Install pamac\n```bash\nyay -S pamac-aur\ndowngrade archlinux-appstream-data\n```\nChoose 2019 version and save this to the ignore list\n\n### Install starship prompt\n```bash\ncurl -sS https://starship.rs/install.sh | sh\necho 'eval \"$(starship init bash)\"' \u003e\u003e .bashrc\nsource ~/.bashrc\n```\n\n### Reinstall GRUB\n- Boot using live ISO\n- Mount the `/` as `/mnt` and `/boot/efi` as `/mnt/boot/efi`\n```bash\nsudo su\nfdisk -l\nmount /dev/nvme0n1pX /mnt\nmount /dev/nvme0n1pX /mnt/boot/efi\narch-chroot /mnt\ngrub-install\n```\n\n### Themes\n- [Arc-Darkest-3.38](https://www.xfce-look.org/p/1317409) - Endeavour OS\n- [Nordic](https://www.xfce-look.org/p/1267246)\n\n### Icons\n- [Qogir](https://www.xfce-look.org/p/1296407/) - Endeavour OS\n- [Tela-nord](https://www.xfce-look.org/p/1279924)\n\n\n### Cursors\n- [WhiteSur](https://www.xfce-look.org/p/1411743)\n\n### Fonts\n```bash\ntouch fonts.txt\necho \"https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Regular/complete/Fira%20Code%20Regular%20Nerd%20Font%20Complete.ttf\" \u003e fonts.txt\necho \"https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Bold/complete/Fira%20Code%20Bold%20Nerd%20Font%20Complete.ttf\" \u003e\u003e fonts.txt\necho \"https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/SemiBold/complete/Fira%20Code%20SemiBold%20Nerd%20Font%20Complete.ttf\" \u003e\u003e fonts.txt\nwget -P /usr/share/fonts/TTF/ -i fonts.txt\n```\n- [FiraCode Nerd font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode/Regular/complete) (Regular, SemiBold, Bold)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptosingh1337%2Fconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptosingh1337%2Fconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptosingh1337%2Fconfigs/lists"}