{"id":19756898,"url":"https://github.com/maverobot/dot-spacemacs","last_synced_at":"2026-02-13T09:22:12.665Z","repository":{"id":49627880,"uuid":"139070289","full_name":"Maverobot/dot-spacemacs","owner":"Maverobot","description":"Spacemacs config for daily software development and notes taking.","archived":false,"fork":false,"pushed_at":"2024-07-16T22:55:28.000Z","size":275,"stargazers_count":11,"open_issues_count":4,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-07-17T02:46:01.983Z","etag":null,"topics":["autocompletion","ccls","dot-spacemacs","emacs","emacs-configuration","spacemacs"],"latest_commit_sha":null,"homepage":"https://maverobot.github.io/dot-spacemacs","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Maverobot.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-28T21:32:41.000Z","updated_at":"2024-07-16T22:40:38.000Z","dependencies_parsed_at":"2023-02-15T02:16:06.560Z","dependency_job_id":"65f4f5f6-ae38-4d29-8e6f-29e837e359aa","html_url":"https://github.com/Maverobot/dot-spacemacs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maverobot%2Fdot-spacemacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maverobot%2Fdot-spacemacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maverobot%2Fdot-spacemacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maverobot%2Fdot-spacemacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maverobot","download_url":"https://codeload.github.com/Maverobot/dot-spacemacs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224207970,"owners_count":17273686,"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":["autocompletion","ccls","dot-spacemacs","emacs","emacs-configuration","spacemacs"],"created_at":"2024-11-12T03:17:22.757Z","updated_at":"2026-02-13T09:22:07.615Z","avatar_url":"https://github.com/Maverobot.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status][github-actions-badge]][github-actions-link]\n# dot-spacemacs\n\nThis is the repository of a personal spacemacs config file. The configurations can be found in\n\n* [init.el](init.el) and\n* [spacemacs.org](spacemacs.org) or the [auto-generated documentation](https://maverobot.github.io/dot-spacemacs/)\n\n## Installation\n\n### Automatic\n\nIf you are using `Ubuntu 18.04` or `Ubuntu 20.04`, you can install the entire setup, including `emacs`, `spacemacs`, utility packages etc, using the following simple command:\n\n```sh\ncurl -o- https://raw.githubusercontent.com/Maverobot/dot-spacemacs/master/installer.sh | bash\n```\n\nRoot privileges will be needed by the script for package installation via `apt`, `snap` and `dpkg`. When in doubt, feel free to check out [installer.sh][installer.sh].\n\n\n### Manual\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick me\u003c/summary\u003e\n\n#### Requirements\n\n* Emacs\n  ```sh\n  sudo snap install emacs --classic\n  ```\n\n* Spacemacs\n  ```sh\n  git clone https://github.com/syl20bnr/spacemacs -b develop ~/.emacs.d\n  ```\n\n* `gcc` \u003e= 7.5 is needed to compile `ccls`. See [here][gcc-installation] for installation guide.\n\n* Fonts for the themes:\n\n  ```sh\n  emacs -u $(id -un) --batch --eval '(all-the-icons-install-fonts t)'\n  ```\n\n#### Configuration\n\n* Clone the repo\n  ```sh\n  git clone https://github.com/Maverobot/dot-spacemacs.git ~/.spacemacs.d\n  ```\n\n* Backup your `~/.spacemacs` file somewhere. The spacemacs will now use `~/.spacemacs.d/init.el` as the init-file instead.\n  ```sh\n  mv ~/.spacemacs ~/.spacemacs.bk\n  ```\n\n* Setup everything including ccls\n  ```sh\n  cd ~/.spacemacs.d \u0026\u0026 ./setup.sh\n  ```\n\n* Setup only ccls for c/c++ IDE\n  ```sh\n  cd ~/.spacemacs.d \u0026\u0026 ./build_ccls.sh\n  ```\n\n\u003c/details\u003e\n\n## Other stuffs\n\n* [Tips and tricks][tips-and-tricks]\n\n[github-actions-badge]: https://github.com/maverobot/dot-spacemacs/actions/workflows/main.yml/badge.svg?branch=master\n[github-actions-link]: https://github.com/Maverobot/dot-spacemacs/actions\n[installer.sh]: https://raw.githubusercontent.com/Maverobot/dot-spacemacs/master/installer.sh\n[gcc-installation]: https://github.com/Maverobot/dot-spacemacs/blob/master/docs/gcc_installation.md\n[tips-and-tricks]: https://github.com/Maverobot/dot-spacemacs/blob/master/docs/tips_and_tricks.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaverobot%2Fdot-spacemacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaverobot%2Fdot-spacemacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaverobot%2Fdot-spacemacs/lists"}