{"id":17651327,"url":"https://github.com/nash403/dotfiles","last_synced_at":"2025-06-18T21:39:53.407Z","repository":{"id":87358815,"uuid":"234740598","full_name":"nash403/dotfiles","owner":"nash403","description":"My personal dotfiles","archived":false,"fork":false,"pushed_at":"2025-03-24T20:18:31.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T08:45:43.597Z","etag":null,"topics":["dotfiles","personal","personal-dotfiles","setup","setup-development-environment","setup-macos"],"latest_commit_sha":null,"homepage":null,"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/nash403.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,"zenodo":null}},"created_at":"2020-01-18T13:43:02.000Z","updated_at":"2025-03-24T20:18:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c44c8dc-74d4-498a-8610-cd2c6160a666","html_url":"https://github.com/nash403/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nash403/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash403%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash403%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash403%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash403%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nash403","download_url":"https://codeload.github.com/nash403/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash403%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260639179,"owners_count":23040455,"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","personal","personal-dotfiles","setup","setup-development-environment","setup-macos"],"created_at":"2024-10-23T11:41:48.678Z","updated_at":"2025-06-18T21:39:48.394Z","avatar_url":"https://github.com/nash403.png","language":"Shell","readme":"# .files\n\n\u003e These are my dotfiles. Take anything you want, but at your own risk.\n\nIt is intended to target macOS systems with zsh shell.\n\n## Overview\n\n![](https://imgs.xkcd.com/comics/borrow_your_laptop.png)\n\n- [Homebrew](https://brew.sh) (packages: [Brewfile](./Brewfile))\n- [Node.js + npm LTS](https://nodejs.org/en/download/) (packages: [npmfile](./npmfile))\n- Latest Ruby (packages: [Gemfile](./Gemfile))\n- Latest Git, Python 3, wget, ...\n- [Mackup](https://github.com/lra/mackup) (sync application settings)\n- useful [aliases](./system/.alias))\n\n## Before you start\n\nIf you had a previous macbook with Mackup installed, make sure to run `mackup backup` to save your app settings before installing your new machine.\n\n## On fresh install\n\n### Prerequisites\n\n    sudo softwareupdate -i -a\n    xcode-select --install\n    sudo softwareupdate --install-rosetta # for macOS with M1 chips\n\nThe Xcode Command Line Tools includes `git` and `make` (not available on stock macOS).\nThen, install this repo with `curl` available:\n\n    curl -o- https://raw.githubusercontent.com/nash403/dotfiles/master/remote-install.sh | bash\n\nThis will clone (using `git`), or download (using `curl` or `wget`), this repo to `~/dev/dotfiles` and symlink it to `~/.dotfiles`. Alternatively, clone manually into the desired location:\n\n    git clone https://github.com/nash403/dotfiles.git ~/dev/dotfiles\n    ln -s /the/full/path/to/where/you/cloned/dotfiles ~/.dotfiles\n\n### Init everything\n\nUse the [Makefile](./Makefile) to install everything [listed above](#overview), and symlink [run](./run) and [config](./config) (using [stow](https://www.gnu.org/software/stow/)):\n\n    cd ~/.dotfiles\n    make\n\n\u003e Note :warning:: Since this command installs Mac App Store applications, you should be signed in into the Mac App Store before running this command.\n\n### Specify the `$PATH`\n\nIf `~/.path` exists, it will be sourced along with the other files.\n\nHere’s an example `~/.path` file that adds `/usr/local/bin` to the `$PATH`:\n\n```bash\nexport PATH=\"/usr/local/bin:$PATH\"\n```\n\n### Customize/extend\n\nYou can put your custom settings, such as Git credentials in the `system/.custom` file which will be sourced from `.zshrc` automatically. This file is in `.gitignore`.\n\n## On Post-install\n\nCheck the paths in `config/git/config` and update them accordingly to yours. Typically replace the username and github user.\n\n### Mackup\n\n- Log in to Dropbox (and wait until synced)\n- `ln -s ~/.config/mackup/.mackup.cfg ~` (until [#632](https://github.com/lra/mackup/pull/632) is fixed)\n- `mackup restore`\n\n### Sensible macOS defaults\n\nWhen setting up a new Mac, you may want to set some sensible macOS defaults:\n\n```bash\n./.macos\n```\n\nDefinitely go through and check each [setting](./run/.macos) before running, this can change some major things!\n\n\u003e Note: check the first setting to set your computer name.\n\n## Additional resources \u0026 Credits\n\nWhere I mainly ~~stole ideas~~ got inspiration from:\n\n- [webpro's dotfiles](https://github.com/webpro/dotfiles)\n- [Dennis Muensterer's dotfiles](https://github.com/dnnsmnstrr/dotfiles)\n- and of course [Mathias Bynens' dotfiles](https://github.com/mathiasbynens/dotfiles)\n\nOther resources:\n\n- [Homebrew](https://brew.sh)\n- [Antigen](http://antigen.sharats.me/)\n- [Mac App Store CLI](https://github.com/mas-cli/mas)\n- [Spaceship prompt](https://github.com/denysdovhan/spaceship-prompt)\n- [NVM](https://github.com/nvm-sh/nvm)\n\nMany thanks to the [dotfiles community](https://dotfiles.github.io).\n\n## License\n\n[MIT](./LICENSE) - Copyright (c) 2020-present [Honoré Nintunze](https://twitter.com/nash_403)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnash403%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnash403%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnash403%2Fdotfiles/lists"}