{"id":28817617,"url":"https://github.com/flaport/appletree","last_synced_at":"2025-08-16T22:33:28.718Z","repository":{"id":290167887,"uuid":"973576988","full_name":"flaport/appletree","owner":"flaport","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-16T20:01:05.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T22:04:20.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/flaport.png","metadata":{"files":{"readme":".github/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":"2025-04-27T09:38:05.000Z","updated_at":"2025-08-16T20:01:08.000Z","dependencies_parsed_at":"2025-04-27T10:39:05.926Z","dependency_job_id":"fca7b868-c7b2-4784-90ff-d1a5f7a86563","html_url":"https://github.com/flaport/appletree","commit_stats":null,"previous_names":["flaport/appletree"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flaport/appletree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaport%2Fappletree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaport%2Fappletree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaport%2Fappletree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaport%2Fappletree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flaport","download_url":"https://codeload.github.com/flaport/appletree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaport%2Fappletree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270781195,"owners_count":24643804,"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-08-16T02:00:11.002Z","response_time":91,"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":[],"created_at":"2025-06-18T18:31:03.401Z","updated_at":"2025-08-16T22:33:28.707Z","avatar_url":"https://github.com/flaport.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppleTree\n\nAn attempt to recreate a similar experience to\n[flaport/home](https://github.com/flaport/home) on MacOS.\n\na.k.a _my [dotfiles](#list-of-configs) + [bootstrapping scripts](#todo) for MacOS._\n\na.k.a _highly opinionated configurations for anything I ever used on MacOS._\n\n\u003e This is a work in progress. Will push changes when I make them.\n\n## Installation\n**This repository is meant to be your home folder!** Indeed, the .gitignore ignores all\nfiles in this folder by default so this makes it safe to use as a git repository.\nHowever, this means that to start tracking a file you must force add it with\n`git add -f \u003cfile\u003e`.\n\nTo configure your current home folder as a git repository, run the following commands:\n\n```bash\ngit init --initial-branch=master\ngit remote add origin https://github.com/flaport/appletree # or your fork\ngit branch --set-upstream-to=origin/master master\ngit pull origin master\n```\n\nThat's it! You can now start using this repository as your home folder.\n\n## List of configs\n- [Flameshot](https://github.com/flameshot-org/flameshot): great screenshot tool.\n- [Ghostty](https://github.com/ghostty-org/ghostty) as a terminal. I like this one on MacOS better than Alacrity.\n- [Karabiner](https://github.com/pqrs-org/Karabiner-Elements): I use this to swap ctrl and fn, because ctrl needs to be the most left key on the keyboard.\n- [Neovim](https://github.com/neovim/neovim): I try to keep this config the same as the one in [home](https://github.com/flaport/home).\n- [Simple Bar](https://github.com/Jean-Tinland/simple-bar): a status bar for Yabai so i can see my workspaces.\n- [Skhd](https://github.com/koekeishiya/skhd): hotkey daemon. Works great with Yabai.\n- [VSCode](https://github.com/microsoft/vscode): the other editor.\n- [Yabai](https://github.com/koekeishiya/yabai): the best window manager for MacOS (I do miss my dear [DWM](https://github.com/flaport/dwm) fork though 😢)\n- [Zsh](https://github.com/zsh-users/zsh): The only decent bash replacement.\n- ... probably more to come.\n\nYou can install all of these using [Homebrew](https://brew.sh/). However, I did install\nyabai using the curl script:\n\n```bash\ncurl -L https://raw.githubusercontent.com/koekeishiya/yabai/master/scripts/install.sh | sudo sh /dev/stdin\n```\n\nI highly recommend going through the [documentation of\nyabai](https://github.com/koekeishiya/yabai/wiki). There are a few custom\nconfiguration steps you need to go through for it to work well.\n\n## Todo\n\n- [ ] Bootstrapping scripts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaport%2Fappletree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaport%2Fappletree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaport%2Fappletree/lists"}