{"id":19259638,"url":"https://github.com/chamal1120/dotfiles-macos","last_synced_at":"2026-05-18T05:32:15.425Z","repository":{"id":245713154,"uuid":"819023547","full_name":"Chamal1120/dotfiles-macos","owner":"Chamal1120","description":"my dotfiles for macOS installations","archived":false,"fork":false,"pushed_at":"2024-07-02T20:26:41.000Z","size":2517,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T09:42:00.889Z","etag":null,"topics":["bat","catppuccin","catppuccin-mocha","dotfiles","dotfiles-macos","fast-syntax-highlighting","gnu-stow","kitty-config","neovim-dotfiles","skhd","starship-prompt","tmux-conf","yabai"],"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/Chamal1120.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":"2024-06-23T15:00:23.000Z","updated_at":"2024-12-01T21:24:43.000Z","dependencies_parsed_at":"2024-11-09T19:17:10.752Z","dependency_job_id":"abd99862-0b09-48d7-aa65-a2fa1fb85460","html_url":"https://github.com/Chamal1120/dotfiles-macos","commit_stats":null,"previous_names":["chamal1120/mac_rice","chamal1120/dotfiles-macos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Fdotfiles-macos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Fdotfiles-macos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Fdotfiles-macos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Fdotfiles-macos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chamal1120","download_url":"https://codeload.github.com/Chamal1120/dotfiles-macos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240356480,"owners_count":19788558,"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":["bat","catppuccin","catppuccin-mocha","dotfiles","dotfiles-macos","fast-syntax-highlighting","gnu-stow","kitty-config","neovim-dotfiles","skhd","starship-prompt","tmux-conf","yabai"],"created_at":"2024-11-09T19:17:12.995Z","updated_at":"2026-05-18T05:32:15.396Z","avatar_url":"https://github.com/Chamal1120.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mac Rice ^_^\n\nDotfiles of my personal macOS rice flavoured with catppuccin-mocha theme.\n\n## Preview\n![preview_01](/previews/preview_01.png)\n\n## What's in?\n\n1. `Kitty` terminal\n2. `Starship` prompt\n3. `ls` replaced with `eza`\n4. `$LS_COLORS` managed with `vivid`\n5. `zoxide` is configured (not aliased to cd though)\n6. `fzf` for fuzzy finding\n7. `cat` replaced with `bat`\n8. `fsh` for syntax highlighting\n9. `yazi` file explorer\n10. `btop` system monitor\n11. `neovim` (with LSP, Debugging, syntax highlighting and many more)\n12. `tmux` (Configured to use vim keys)\n13. `yabai` tiling WM for macOS\n14. `skhd` keymaps for yabai\n15. `fastfetch` (No catppuccin colors yet but WIP)\n16. `.hushlogin` file to disable \"last login\" message.\n\n\u003cbr\u003e\n\n\u003e NOTE: Check out my individual repos for the details of my neovim and tmux configs.\n\n➡️ neovim repo - https://github.com/Chamal1120/Lazy-neovim-config\n\u003cbr\u003e\n➡️ tmux repo - https://github.com/Chamal1120/Custom_tmux_config\n\n## Prerequisites\nI don't have a script to automate the nessaasy package installations at the moment. (it's WIP).\n\nTill then, you need to manually install packages to your system.\n\n### for Mac users\n\n1. Install xcode command line tools\n\n```bash\nxcode-select --install\n```\n2. install homebrew\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n3. Install the nessary packages you need for your rice\n\n```bash\n# This will install all the packages I have used for the rice\nbrew install git wget gcc fd fzf ripgrep eza neovim tmux starship zsh-fast-syntax-highlighting yazi yt-dlp stow bat btop zoxide fastfetch koekeishiya/formulae/skhd koekeishiya/formulae/yabai \u0026\u0026 brew install --cask kitty wezterm firefox alt-tab anaconda\n```\n\n### for Linux users\n\n** Just use your built in package manager and install the packages you need 😉\n\n## How to use\nI manage my dotfiles with GNU `stow`. follow the below steps to simlink the files to necessary locations.\n\n1. Install stow using homebrew or with any package manager. (or build from source).\n\n```bash\nbrew install stow # if using homebrew (macOS/linux)\n```\n\n2. clone the repo\n\n```bash\ngit clone https://github.com/Chamal1120/mac_rice.git\n```\n3. Navigate to the directory\n\n```bash\ncd mac_rice\n```\n\n4. Simlink the configs you need with `stow`.\n\n```bash\nstow bat btop fsh kitty nvim starship tmux yazi yt-dlp zsh hushlogin # This command will symlink all the configs\n```\n\n## Credits\n\nThis project uses the following open-source packages and applications. Special thanks to their authors and maintainers:\n\n- [Git](https://github.com/git/git) - A free and open source distributed version control system.\n- [Wget](https://git.savannah.gnu.org/cgit/wget.git) - A network utility to retrieve files from the web.\n- [homebrew](https://github.com/Homebrew/brew) - The missing package manager for macOS (or Linux).\n- [eza](https://github.com/eza-community/eza) - A modern, maintained replacement for ls.\n- [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find'.\n- [fzf](https://github.com/junegunn/fzf) - A general-purpose command-line fuzzy finder.\n- [ripgrep](https://github.com/BurntSushi/ripgrep) - A line-oriented search tool that recursively searches the current directory for a regex pattern.\n- [vivid](https://github.com/sharkdp/vivid) - A themeable LS_COLORS generator with a rich filetype datebase.\n- [Neovim](https://github.com/neovim/neovim) - Hyperextensible Vim-based text editor.\n- [tmux](https://github.com/tmux/tmux) - A terminal multiplexer.\n- [starship](https://github.com/starship/starship) - The minimal, blazing-fast, and infinitely customizable prompt for any shell.\n- [zsh-fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting) - Fast syntax highlighting for Zsh.\n- [yazi](https://github.com/sxyazi/yazi) - Yet another command line fuzzy finder.\n- [yt-dlp](https://github.com/yt-dlp/yt-dlp) - A youtube-dl fork with additional features and fixes.\n- [GNU Stow](https://git.savannah.gnu.org/cgit/stow.git) - A symlink farm manager.\n- [bat](https://github.com/sharkdp/bat) - A cat(1) clone with syntax highlighting and Git integration.\n- [btop](https://github.com/aristocratos/btop) - A monitor of resources.\n- [zoxide](https://github.com/ajeetdsouza/zoxide) - A smarter cd command.\n- [kitty](https://github.com/kovidgoyal/kitty) - A cross-platform, fast, feature-rich, GPU based terminal emulator.\n- [Firefox](https://github.com/mozilla/gecko-dev) - The popular open-source web browser.\n- [Rectangle](https://github.com/rxhanson/Rectangle) - Move and resize windows on macOS using keyboard shortcuts or snap areas.\n- [Alt-Tab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS.\n\n### Thanks N3RDS ❤️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamal1120%2Fdotfiles-macos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchamal1120%2Fdotfiles-macos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamal1120%2Fdotfiles-macos/lists"}