{"id":16916779,"url":"https://github.com/thedaviddias/dotfiles","last_synced_at":"2026-04-16T12:01:29.427Z","repository":{"id":39988746,"uuid":"150781841","full_name":"thedaviddias/dotfiles","owner":"thedaviddias","description":"My dotfiles (actually reworking on it)","archived":false,"fork":false,"pushed_at":"2022-05-19T21:23:53.000Z","size":1621,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-05T10:48:22.726Z","etag":null,"topics":["dotfiles","dotfiles-macos","dotfiles-setup"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thedaviddias.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}},"created_at":"2018-09-28T18:44:59.000Z","updated_at":"2024-07-01T07:26:59.000Z","dependencies_parsed_at":"2022-09-13T19:51:24.771Z","dependency_job_id":null,"html_url":"https://github.com/thedaviddias/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thedaviddias/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedaviddias%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedaviddias%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedaviddias%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedaviddias%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thedaviddias","download_url":"https://codeload.github.com/thedaviddias/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedaviddias%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","dotfiles-macos","dotfiles-setup"],"created_at":"2024-10-13T19:29:49.813Z","updated_at":"2026-04-16T12:01:29.412Z","avatar_url":"https://github.com/thedaviddias.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Dotfiles\n\n## Installation\n\n```\ngit clone --recurse-submodules https://github.com/thedaviddias/dotfiles ~/.dotfiles\ncd ~/.dotfiles;\n# run this using terminal (not iTerm, lest iTerm settings get discarded on exit)\n./install.sh\n```\n\n* When it finishes, open iTerm and press Command + , to open preferences. Under Profiles \u003e Colors, select \"Load Presets\" and choose the Solarized Dark Patch scheme. If it isn't there for some reason, import it from ~/.dotfiles/configs -- you may also need to select the Hack font and check the box for non-ascii font and set to Roboto Mono For Powerline (I've had mixed results for automating these settings--love a pull request that improves this)\n* I've also found that you need to reboot before fast key repeat will be enabled\n\n## Settings\n\n### General System Changes\n\n* Disable the sound effects on boot\n\n### Security\n\n### Trackpad, mouse, keyboard, Bluetooth accessories, and input\n\n### Configuring the Screen\n\n### Finder Configs\n\n* Show hidden files by default\n* Show all filename extensions\n* Show status bar\n* Show path bar\n* When performing a search, search the current folder by default\n* Avoid creating .DS_Store files on network volumes\n* Use list view in all Finder windows by default\n* Disable the warning before emptying the Trash\n* Empty Trash securely by default\n* Show the ~/Library folder\n* Expand the following File Info panes: “General”, “Open with”, and “Sharing \u0026 Permissions”\n\n### Dock \u0026 Dashboard\n\n* Remove the auto-hiding Dock delay\n* Remove the animation when hiding/showing the Dock\n* Automatically hide and show the Dock\n\n### Spotlight\n\n* Disable Spotlight indexing for any volume that gets mounted and has not yet been indexed\n* Disable Spotlight\n\n### iTerm2\n\n* Don’t display the annoying prompt when quitting iTerm\n* Hide tab title bars\n\n### Time Machine\n* Prevent Time Machine from prompting to use new hard drives as backup volume\n* Disable local Time Machine backups\n\n### Activity Monitor\n* Show the main window when launching Activity Monitor\n* Visualize CPU usage in the Activity Monitor Dock icon\n* Show all processes in Activity Monitor\n* Sort Activity Monitor results by CPU usage\n\n## Software Installation\n\nhomebrew, fontconfig, git, ruby (latest), nvm (node + npm), and zsh (latest) are all installed inside the install.sh as foundational software for running this project. Additional software is configured in config.js and can be customized in your own fork/branch (you can change everything in your own fork/brance). The following is the software that I have set as default:\n\n### Utilities\n\n* [coreutils](https://www.gnu.org/software/coreutils/) - An essential package with basic tools such as ls, rm...\n* [wget](https://www.gnu.org/software/wget/) - To download data from the web and ftp, easier than curl\n* [tree](http://mama.indstate.edu/users/ice/tree/) - To create beautiful indented listing of files\n* [nmap](https://nmap.org/) - A powerful command line network discovery utility\n* tmux\n* [mas](https://github.com/mas-cli/mas) - Install App Store apps from the command line\n### NPM Global Modules\n\n\n### Ruby Gems\n\n### Apps\n\n* alfred\n* iterm2\n* the-unarchiver\n* gpgtools\n\n\n## Inspiration\n\nOriginally forked from https://github.com/atomantic/dotfiles and modified based on my personal choices.\n## License\nThis project is licensed under MIT.\n## ¯\\\\_(ツ)_/¯ Warning / Liability\n\u003e Warning:\nThe creator of this repo is not responsible if your machine ends up in a state you are not happy with. If you are concerned, look at the code to review everything this will do to your machine :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedaviddias%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedaviddias%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedaviddias%2Fdotfiles/lists"}