{"id":13896289,"url":"https://github.com/pineapplegiant/dotfiles","last_synced_at":"2025-10-29T09:31:54.012Z","repository":{"id":55640139,"uuid":"148101831","full_name":"pineapplegiant/dotfiles","owner":"pineapplegiant","description":"🖥  ⚫️  🗂  my dotfiles ","archived":false,"fork":false,"pushed_at":"2025-02-13T08:12:53.000Z","size":2646,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"supreme-overlord","last_synced_at":"2025-02-13T09:25:05.461Z","etag":null,"topics":["dotfiles","neofetch","neovim","tmux","vim","vscode"],"latest_commit_sha":null,"homepage":"","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/pineapplegiant.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}},"created_at":"2018-09-10T05:06:52.000Z","updated_at":"2025-02-13T08:12:56.000Z","dependencies_parsed_at":"2024-02-02T20:30:56.552Z","dependency_job_id":"ddfb7c49-a857-4ace-9740-487d95f89800","html_url":"https://github.com/pineapplegiant/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/pineapplegiant%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pineapplegiant%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pineapplegiant%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pineapplegiant%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pineapplegiant","download_url":"https://codeload.github.com/pineapplegiant/dotfiles/tar.gz/refs/heads/supreme-overlord","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238803245,"owners_count":19533277,"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","neofetch","neovim","tmux","vim","vscode"],"created_at":"2024-08-06T18:02:48.625Z","updated_at":"2025-10-29T09:31:48.676Z","avatar_url":"https://github.com/pineapplegiant.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# My dotfiles 🛸\n\n\u003e This is the safekeeping of my terminal environment! 👽\n\n[sysinfo]: ./neofetch.png \"A Neofetch screenshot of my mac system\"\n\n![Neofetch information][sysinfo]\n\n- I use the [XDG_SPECIFICATION](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) for my code to attempt to clean up my home directory\n  - `XDG_CACHE_HOME=\"${XDG_CACHE_HOME:-${HOME}/.cache}\"`\n  - `XDG_CONFIG_HOME=\"${XDG_CONFIG_HOME:-${HOME}/.config}\"`\n  - `XDG_DATA_HOME=\"${XDG_DATA_HOME:-${HOME}/.local/share}\"`\n\n## Directory Structure\n\n```bash\n.\n├── .cache/\n├── .config/ -\u003e ~/.config (symlinked to $HOME)\n├── .local/\n├── .profile -\u003e ~/.profile (symlinked to $HOME)\n├── .zprofile -\u003e ~/.zprofile (symlinked to $HOME)\n├── README.md\n├── neofetch.png\n└── install/ -\u003e Brew packages \u0026 MacOSX setup\n\n4 directories, 4 files\n\n```\n\n## Essential Programs I use daily:\n\n- [Ghostty](https://github.com/ghostty-org/ghostty \"Ghostty! The New Zig-based terminal\") - It's nice\n- [Neovim](https://neovim.io \"NeoVim's Homepage\") - I love Neovim 🔥\n- [ZShell](http://zsh.sourceforge.net/ \"The Z shell's Homepage\") - Better than Bash 🤓\n  - [Spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt \"Spaceship prompt Github\") - Configurable, pretty, and works 🚀\n- [Karabiner](https://karabiner-elements.pqrs.org/ \"Karabiner Elements home page\") - I like to remap the right command on MacOSX to Ctrl ⌨\n- [Rectangle](https://rectangleapp.com/ \"Rectangle Home Page\") - A better window managing experience on Mac 👓\n- [Zed](https://code.visualstudio.com \"Zed's homepage\") - It's a pretty fast text editor too, if I need some more UI\n\n## Colors:\n\n- [My very own Spaceduck theme](https://github.com/pineapplegiant/spaceduck-theme \"My Personal Color scheme :3\") - We rep them colors 🦆👽\n\n## Setup (_doesn't really work tbh_ 😳)\n\n1. Run ./install/mac-os-setup to install brew, git, and additional brew packages and settings:\n\n```bash\n  curl \"https://raw.githubusercontent.com/pineapplegiant/dotfiles/supreme-overlord/install/mac-os-setup\" | bash\n```\n\n##### Other Brew Packages I really like\n\n* [exa](https://github.com/ogham/exa) - Better LS\n* [zoxide](https://github.com/ajeetdsouza/zoxide) - Better CD\n* [fzf](https://github.com/junegunn/fzf) - Fuzzy finder\n* [ripgrep](https://github.com/BurntSushi/ripgrep) - Better search\n* [htop](https://htop.dev/) - See terminal processes\n* [lazygit](https://github.com/jesseduffield/lazygit) - Better Git UI\n* [tldr](https://github.com/tldr-pages/tldr) - Explain commands things better\n* [tree](https://oldmanprogrammer.net/source.php?dir=projects/tree) - Nice directory tree maker\n* [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)\n* [zsh-completions](https://github.com/zsh-users/zsh-completions)\n* [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search)\n* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)\n* [genact](https://github.com/svenstaro/genact) - Need the nonsense\n* [cmatrix](https://github.com/abishekvashok/cmatrix) - We live in the matrix\n\n\n### Fonts\n\n- [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts)\n  - `brew install --cask font-firamono-nerd-font-mono`\n  - `brew install --cask font-sauce-code-pro-nerd-font`\n\n### Apple Settings Config\n\n#### Prompt\n\n[Spaceship prompt](https://github.com/denysdovhan/spaceship-prompt)\n\n- `brew install -g spaceship-prompt`\n\n#### System Settings:\n\n**Run these to make key repeat faster:**\n\n- `defaults write -g KeyRepeat -int 4`\n- `defaults write -g InitialKeyRepeat -int 15`\n\n**Run this to show full paths in finder:**\n\n- `defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder`\n- Finder -\u003e View \u003e Show Status bar\n- Change Caps lock to ESC -\u003e Taken care of in the Karabiner\n\nRun this to make \"Emulated Vim\" repeat better\n`defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpineapplegiant%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpineapplegiant%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpineapplegiant%2Fdotfiles/lists"}