{"id":25115792,"url":"https://github.com/allancalix/dotfiles","last_synced_at":"2026-05-04T10:39:45.614Z","repository":{"id":58180674,"uuid":"97408866","full_name":"allancalix/dotfiles","owner":"allancalix","description":"Dotfiles for *NIX environments","archived":false,"fork":false,"pushed_at":"2025-04-01T08:28:33.000Z","size":641,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T09:29:07.032Z","etag":null,"topics":["dotfiles","fish","linux","shell","tmux","vim"],"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/allancalix.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":"2017-07-16T20:20:14.000Z","updated_at":"2025-04-01T08:28:37.000Z","dependencies_parsed_at":"2023-02-14T05:05:23.480Z","dependency_job_id":"840ade7a-12a8-4f21-9bbd-1a923be66d31","html_url":"https://github.com/allancalix/dotfiles","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/allancalix%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allancalix%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allancalix%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allancalix%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allancalix","download_url":"https://codeload.github.com/allancalix/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246811205,"owners_count":20837745,"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":["dotfiles","fish","linux","shell","tmux","vim"],"created_at":"2025-02-08T02:34:16.759Z","updated_at":"2026-05-04T10:39:40.588Z","avatar_url":"https://github.com/allancalix.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\nContains configuration for my development machines that uses [home-manager] to manage installing applications and setting up configuration for those applications. Some applications that are setup using home manager in this repository include:\n\n- [Neovim](https://neovim.io/)\n- [Starship](https://starship.rs/)\n- [Fish](https://fishshell.com/)\n\n## Initial setup\n\n1. Install [home-manager]\n2. Perform initial install and configure the system\n    ```bash\n    ./update.sh\n    ```\n\n## Updating the system configuration\nTo update the system configuration just modify files under `./nix` and create a new generation with:\n\n```bash\n./update.sh\n```\n\n## How-to\n\n### Install programs for development\n\n```nix\nhome.packages = with pkgs; [\n  ripgrep\n  fd\n  eza\n  gh\n]\n```\n\n### Install Vim plugins\n\n```nix\nprograms.neovim = {\n  ...\n  plugins = with pkgs.vimPlugins; [\n    vim-surround\n    tabular\n    vim-commentary\n    hop-nvim\n}\n```\n\n### Define shell environment variables\n\n```nix\nhome.sessionVariables = {\n  EDITOR = \"nvim\";\n  GIT_EDITOR = \"nvim -u ~/.config/nvim/minimal.vim\";\n  PAGER = \"less -RFX\";\n}\n```\n\n\u003c!-- References --\u003e\n[home-manager]: https://nix-community.github.io/home-manager/\n\n## Mac OS\nMac system configuration is not managed by home-manager. The configuration is stored in the [script/macos](./script/macos) file and executed with the `./script/bootstrap` script.\n\n## References\n\nPeople sharing how they setup and configure their systems has been incredibly inspirational. Below are some references to other setups that informed some choices made here.\n\n- [NixOS Configuration](https://github.com/mitchellh/nixos-config)\n- [Mathias Bynens' macOS Setup](https://mathiasbynens.github.io/dotfiles/macos/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallancalix%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallancalix%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallancalix%2Fdotfiles/lists"}