{"id":14069710,"url":"https://github.com/notlmn/.dotfiles","last_synced_at":"2025-04-15T07:20:52.962Z","repository":{"id":109539782,"uuid":"93429224","full_name":"notlmn/.dotfiles","owner":"notlmn","description":"🧰 Some random persons dotfiles repository","archived":false,"fork":false,"pushed_at":"2025-03-26T06:06:46.000Z","size":352,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T21:53:21.984Z","etag":null,"topics":["automation","bash","cmd","dircolors","dotfiles","git","shell","tmux","vim","wsl"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notlmn.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}},"created_at":"2017-06-05T17:23:02.000Z","updated_at":"2025-03-26T06:06:50.000Z","dependencies_parsed_at":"2023-03-22T03:48:47.602Z","dependency_job_id":null,"html_url":"https://github.com/notlmn/.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/notlmn%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notlmn%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notlmn%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notlmn%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notlmn","download_url":"https://codeload.github.com/notlmn/.dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249023981,"owners_count":21200003,"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","bash","cmd","dircolors","dotfiles","git","shell","tmux","vim","wsl"],"created_at":"2024-08-13T07:07:09.623Z","updated_at":"2025-04-15T07:20:52.941Z","avatar_url":"https://github.com/notlmn.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# dotfiles\n\n\u003e Some random persons dotfiles repository\n\n\n## Installation\n\n\u003e **Note**: This repository contains code used to configure computer based on how [I](https://github.com/notlmn) like it to be.\n\u003e This might be something for you, please review code you find on the internet before you run it.\n\u003e\n\u003e The script is also assumed to be run in a Debian environment.\n\n``` bash\ngit clone https://github.com/notlmn/.dotfiles.git\ncd .dotfiles\n./src/install/main.sh\n```\n\n\n## Screenshots\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"media/init.png\" alt=\"Screenshot of installation process\" width=\"100%\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"media/vim.png\" alt=\"Screenshot of Vim\" width=\"100%\"\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr align=\"center\"\u003e\n      \u003ctd\u003eInstallation\u003c/td\u003e\n      \u003ctd\u003eVim\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"media/tmux.png\" alt=\"Screenshot of tmux\" width=\"100%\"\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr align=\"center\"\u003e\n      \u003ctd\u003etmux\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\n## Configuration\n\n### Submodules\n\nThe stage \"Submodules\" is kind of optional, used to initialize and update Git's submodules, like Vim packages.\n\nYou can skip this stage while running the script, and run the following commands later.\n\n``` bash\ngit submodule init\ngit submodule update\n```\n\n### Git configuration\n\nAfter running the script you might also want to update your Git configuration with the following commands.\n\n``` bash\ngit config --global user.name \u003cname\u003e\ngit config --global user.email \u003cemail\u003e\n\n# For signing Git commits\ngit config --global commit.gpgsign true\ngit config --global user.signingkey \u003ckeyid\u003e\n```\n\n### Terminal\n\n- Terminal emulator.\n  - [Alacritty](https://github.com/jwilm/alacritty), GPU accelerated cross-platform terminal emulator.\n  - [Terminal](https://github.com/microsoft/Terminal), new Windows Terminal (when released in future).\n- [Snazzy](https://github.com/sindresorhus/hyper-snazzy) theme by Sindre Sorhus.\n  - Use [ColorTool](https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool) on Windows.\n  - Use [Gogh](https://github.com/Mayccoll/Gogh) for Gnome Terminal.\n\n\n## Acknowledgements\n\nInspiration and code was intentionally stolen from many sources, including:\n\n- [Cătălin Mariș dotfiles](https://github.com/alrra/dotfiles).\n- [Mathias Bynens' dotfiles](https://github.com/mathiasbynens/dotfiles).\n- [Paul Irish's dotfiles](https://github.com/paulirish/dotfiles).\n- ...and other forgotten sources on the Internet.\n\n\n## License\n\nLicensed under [MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotlmn%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotlmn%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotlmn%2F.dotfiles/lists"}