{"id":13288853,"url":"https://github.com/notKamui/dotfiles","last_synced_at":"2025-03-10T06:33:44.098Z","repository":{"id":149918687,"uuid":"294747434","full_name":"notKamui/dotfiles","owner":"notKamui","description":"What's hidden sometimes makes you who you are","archived":false,"fork":false,"pushed_at":"2021-12-18T19:07:50.000Z","size":13186,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-18T13:51:32.674Z","etag":null,"topics":["awesomewm","dotfiles","linux","lua","neovim","tiling-window","vim","window-manager","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notKamui.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":"2020-09-11T16:35:08.000Z","updated_at":"2023-07-18T22:23:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"92a0de4b-9f08-4c6d-b4f8-60705823eb7c","html_url":"https://github.com/notKamui/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/notKamui%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notKamui%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notKamui%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notKamui%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notKamui","download_url":"https://codeload.github.com/notKamui/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242805479,"owners_count":20187996,"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":["awesomewm","dotfiles","linux","lua","neovim","tiling-window","vim","window-manager","zsh"],"created_at":"2024-07-29T16:59:43.262Z","updated_at":"2025-03-10T06:33:44.086Z","avatar_url":"https://github.com/notKamui.png","language":"Shell","readme":"# My .dotfiles\n\n![aoi](Pictures/ProfilePictures/Aoi.jpg)\n\n## Summary\n\n*   [Introduction](#Introduction)\n*   [Gallery](#Gallery)\n*   [Dependencies](#Dependencies)\n*   [Installation](#Installation)\n\n## Introduction\n\nDotfiles are usually hidden config files that are easily transportable and\nsharable between installations of *nix operating systems.\n\nMine are a collection of little things everywhere that make up a fully fledged\nand development oriented setup.\n\n## Gallery\n\n![term](.assets/terminal_aesthetic.png)\n\n![spotify](.assets/custom_spotify.png)\n\n## Dependencies\n\nsoon\u003csup\u003etm\u003c/sup\u003e\n\n## Installation\n\n\u003e To be used on a fresh install.\n\u003e Make sure to get every dependencies beforehand.\n\n### Step 1: make the magic alias\n\nThe goal is to create and get an alias for a bare git repo. The alias to access\nit is `dotfiles` instead of plain `git`. It avoids conflict with other git repos\nin your ~/ folder.\n\n```Bash\necho \"alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'\" \u003e\u003e $HOME/.zshrc\n```\n\nDon't forget to launch a new shell to update the modifications.\n\n### Step 2: hide the .dotfiles folder from git\n\nCreate a .gitignore and ignore .dotfiles\n\n```Bash\necho \".dotfiles\" \u003e\u003e .gitignore\n```\n\n### Step 3: clone my .dotfiles\n\nYank everything !\n\n```Bash\ngit clone --bare https://github.com/notKamui/dotfiles $HOME/.dotfiles\n```\n\n### Step 4: checkout to the config\n\nApply the config.\n\n```Bash\ndotfiles checkout\n```\n\nIf there's an error message, it's probably due to an existing .zshrc or\n.gitignore. If so, yeet them and checkout again.\\\nThen, hide the untracked files.\n\n```Bash\ndotfiles config --local status.showUntrackedFiles no\n```\n\n### Step 5: update the cache\n\nYou need to update the cache to make sure the fonts in .fonts are installed properly\n\n```Bash\nfc-cache -v\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FnotKamui%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FnotKamui%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FnotKamui%2Fdotfiles/lists"}