{"id":23964525,"url":"https://github.com/monoira/.dotfiles","last_synced_at":"2026-03-08T18:38:25.939Z","repository":{"id":238130066,"uuid":"795945017","full_name":"monoira/.dotfiles","owner":"monoira","description":"Dotfiles managed via GNU/Stow on Ubuntu","archived":false,"fork":false,"pushed_at":"2025-06-06T10:45:18.000Z","size":3880,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T11:35:47.519Z","etag":null,"topics":["automation","cmus","cmus-music-player","dotfiles","dotfiles-automation","dotfiles-linux","git","gitconfig","kitty","kitty-config","lazyvim","lazyvim-setup","neovim","neovim-config","neovim-dotfiles","ubuntu","zsh","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/monoira.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":"2024-05-04T13:21:45.000Z","updated_at":"2025-06-06T10:45:19.000Z","dependencies_parsed_at":"2024-05-04T14:30:46.730Z","dependency_job_id":"15c5796a-8e42-45e1-b1e0-9f8fd5eceb81","html_url":"https://github.com/monoira/.dotfiles","commit_stats":null,"previous_names":["monoira/.dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monoira/.dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoira%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoira%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoira%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoira%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monoira","download_url":"https://codeload.github.com/monoira/.dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoira%2F.dotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260088261,"owners_count":22957051,"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":["automation","cmus","cmus-music-player","dotfiles","dotfiles-automation","dotfiles-linux","git","gitconfig","kitty","kitty-config","lazyvim","lazyvim-setup","neovim","neovim-config","neovim-dotfiles","ubuntu","zsh","zshrc"],"created_at":"2025-01-06T21:39:49.102Z","updated_at":"2026-03-08T18:38:25.934Z","avatar_url":"https://github.com/monoira.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TABLE OF CONTENTS\n\n- [TABLE OF CONTENTS](#table-of-contents)\n  - [content of this repository](#content-of-this-repository)\n  - [requirements and dependencies](#requirements-and-dependencies)\n    - [requirements](#requirements)\n  - [what does start.sh script automate](#what-does-startsh-script-automate)\n  - [installation](#installation)\n    - [install zsh, OhMyZsh, zsh-autosuggestions, zsh-syntax-highlighting](#install-zsh-ohmyzsh-zsh-autosuggestions-zsh-syntax-highlighting)\n    - [install dotfiles](#install-dotfiles)\n    - [setting up vscode and global settings.json](#setting-up-vscode-and-global-settingsjson)\n  - [manual tasks that can not be automated](#manual-tasks-that-can-not-be-automated)\n  - [optional tips you might want to consider](#optional-tips-you-might-want-to-consider)\n  - [DONATE](#donate)\n\n## content of this repository\n\n- VSCode profile / settings as primary code editor and it's workspaces.\n  Setup with AI Agent and vim extension with LazyVim keybindings in mind for maximum productivity.  \n  Powered by [VSCLazy](https://github.com/monoira/VSCLazy), which I wrote.\n- dotfiles and configs managed by GNU/Stow - Kitty, Zsh, Cmus, gitconfig,\n  and more.\n- zsh functions.\n- Various installation scripts.\n\n## requirements and dependencies\n\n### requirements\n\n- Be on Fedora.\n- Bash.\n- Using gnome desktop environment while using this for `gsettings`.\n- Have ssh key configured w/GitHub to clone using ssh.\n\n## what does start.sh script automate\n\n- Installs `dnf` and `flatpak` packages\n- Installs nerd font: `Hack Nerd Font`\n- Installs `lazygit`\n- Installs `vimv`\n- Configures gnome settings with `gsettings`\n\nAnd likely more.\nFor full info, check scripts themselves at\n[start.sh](./start.sh)\nand\n[install_scripts](./install_scripts/) directory\n\n## installation\n\n### install zsh, OhMyZsh, zsh-autosuggestions, zsh-syntax-highlighting\n\n```bash\nsudo dnf install -y zsh \u0026 sh -c \"$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)\"\n```\n\n```bash\ngit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions \u0026\u0026 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting\n```\n\n### install dotfiles\n\n```bash\nwget -qO- https://raw.githubusercontent.com/monoira/.dotfiles/main/start.sh | bash\n```\n\n### setting up vscode and global settings.json\n\n1. open vscode - required so `$HOME/.config/Code/User` gets created\n2. import [vscode profile](./vscode/profiles)\n3. clone and open workspaces\n4. run following script to\n   - symlink vscode global settings.json, which includes `vscode-vim` extension keybindings.\n\n```bash\nln -sf \"$HOME/.dotfiles/VSCLazy/settings.json\" \"$HOME/.config/Code/User/settings.json\"\n```\n\n**When everything finishes, reboot your system! VERY IMPORTANT!**\n\n## manual tasks that can not be automated\n\n- place packages based on the following image:  \n  ![Image of packages on Fedora](./docs/packages.png)\n- software program preferences:  \n  ![Software program preferences](./docs/software.png)\n- change refresh rate in `settings \u003e refresh rate` to `120 Hz`\n- add a keyboard layout\n- in `about:config` of firefox, change these:\n  - `full-screen-api.warning.timeout`  \n    to `0`\n- add [Vim extension to Dbeaver manually](https://www.youtube.com/watch?v=soznrFTtL2s)\n\n## optional tips you might want to consider\n\n- use latest LTS version of nodejs and npm via nvm\n\n```bash\nnvm install --lts \u0026\u0026 nvm use --lts\n```\n\n- update submodules when necessary\n\n```bash\ngit submodule update --remote --merge\ngit add . \u0026\u0026 git commit -m \"chore: updated submodules\" \u0026\u0026 git push\n```\n\n## DONATE\n\nI've been creating FOSS / GNU/Linux / nvim / web\nrelated software for some time now.  \nIf you used, forked or took code from one of my projects and you\nwould like to support me 👍,  \nyou can donate here:\n\n| type                | address                                    |\n| ------------------- | ------------------------------------------ |\n| Bitcoin (SegWit)    | bc1ql8sp9shx4svzlwv0ckzv8s7pphw5upvmt8m2m7 |\n| Ethereum (Ethereum) | 0xf2FCB0Af39DF7A608b76297e45181aF23fEB939F |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonoira%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonoira%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonoira%2F.dotfiles/lists"}