{"id":16102894,"url":"https://github.com/icyflame/dotfiles","last_synced_at":"2025-07-25T20:35:48.295Z","repository":{"id":24464220,"uuid":"27867524","full_name":"icyflame/dotfiles","owner":"icyflame","description":"The configuration files required for setting up a new Ubuntu installation.","archived":false,"fork":false,"pushed_at":"2025-07-14T08:27:03.000Z","size":9213,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T11:29:51.318Z","etag":null,"topics":["dotfiles","git","shell","vim","zsh"],"latest_commit_sha":null,"homepage":null,"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/icyflame.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":"2014-12-11T11:11:02.000Z","updated_at":"2025-07-14T08:26:45.000Z","dependencies_parsed_at":"2024-01-14T08:27:26.674Z","dependency_job_id":"80bcc24d-5fd7-40a5-8886-c3798587e14b","html_url":"https://github.com/icyflame/dotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/icyflame/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyflame%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyflame%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyflame%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyflame%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icyflame","download_url":"https://codeload.github.com/icyflame/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyflame%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267057410,"owners_count":24028824,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","git","shell","vim","zsh"],"created_at":"2024-10-09T18:54:59.630Z","updated_at":"2025-07-25T20:35:48.287Z","avatar_url":"https://github.com/icyflame.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## @icyflame's dotfiles\n\n\u003e Configuration files to setup any new computer in a few minutes\n\n### Setup experiences - computers\n\n- [2019-07 Setting up Ubuntu 18.04][1]\n\n[1]: https://gist.github.com/icyflame/1399a7462f4c56103f8417b26875f5c5\n\n## Usage\n\nGenerate an SSH key and add the following configuration into the `~/.ssh/config` file:\n\n```conf\nHost github.com\n    IdentityFile /home/kannan.siddharth/.ssh/id_temp_id25519\n```\n\nThen, clone the repository:\n\n```sh\ngit clone git@github.com:icyflame/dotfiles.git\n```\n\nThen, clone all submodules recursively:\n\n```sh\ngit submodule update --init --recursive\n```\n\nInstall `zsh` and change the default shell to `zsh` using:\n\n```sh\nchsh -s `which zsh`\n```\n\nNow, run the `bootstrap-dotfiles.sh` to put all the configuration files in\nplace:\n\n```sh\n# Check dry-run output:\nbash bootstrap-dotfiles.sh\n\n# After checking dry-run output:\nbash bootstrap-dotfiles.sh --go\n```\n\nNow, opening a new shell, you should see the zsh shell, with all your zprezto plugins included. You\nmight have to logout and login in order to get the `chsh` to take effect.\n\nIn order to apply color schemes, run the appropriate script inside the `color-schemes` directory.\n\n## Keybindings\n\n### Gnome Shell Extension - PaperWM\n\nPaperWM's keybindings are stored in the `dconf` database. They can be fetched using `dconf dump` and\n`dconf read` and written using `dconf write`.\n\nSee the script inside the `scripts/keybindings/` directory.\n\nNote that PaperWM does not store its default keybindings anywhere. This means that for a new version\nof the PaperWM extension, there might be new actions that have gained keybindings. However, these\nwill not show up in the `dconf` database. One would have to go to the extension's settings, and in\nthe keybindings tab, manually update all the unnecessary keybindings to `Disabled`.\n\n## [Unmaintained] Setting up an Apple computer\n\n\u003e I used to use a Macbook at work. But I don't use one anymore. So, these setup instructions are old\n\u003e and unmaintained. I am keeping them around in case I need to use a Macbook again at some point in\n\u003e the future.\n\n1. Import your vimrc.\n2. Install zsh. Install zsh-syntax-highlighting and zsh-autosuggestions using\n   git clone. Import zshrc and configure everything\n3. Install iTerm 2. Import the colorscheme file inside the `color-schemes`\n   directory with the extension `itermcolors`\n4. Install `golang`\n\n### IntelliJ IDEA\n\n[Solarized dark color scheme](https://github.com/jkaving/intellij-colors-solarized)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyflame%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficyflame%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyflame%2Fdotfiles/lists"}