{"id":15788449,"url":"https://github.com/pradumnasaraf/.dotfiles","last_synced_at":"2026-04-30T00:08:17.821Z","repository":{"id":181492850,"uuid":"666854685","full_name":"Pradumnasaraf/.dotfiles","owner":"Pradumnasaraf","description":"This repository contains dotfiles for Pradumnasaraf's macOS setup.","archived":false,"fork":false,"pushed_at":"2024-09-20T15:01:48.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-05T22:01:23.327Z","etag":null,"topics":["brewfile","dotfiles","gitconfig","zprofile","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pradumnasaraf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["eddiejaoude"]}},"created_at":"2023-07-15T20:00:40.000Z","updated_at":"2024-09-20T15:01:51.000Z","dependencies_parsed_at":"2023-07-15T21:34:16.210Z","dependency_job_id":"813dc68e-183c-4ee8-a326-496735ddf979","html_url":"https://github.com/Pradumnasaraf/.dotfiles","commit_stats":null,"previous_names":["pradumnasaraf/.dotfiles"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradumnasaraf%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradumnasaraf%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradumnasaraf%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradumnasaraf%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pradumnasaraf","download_url":"https://codeload.github.com/Pradumnasaraf/.dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246516119,"owners_count":20790177,"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":["brewfile","dotfiles","gitconfig","zprofile","zshrc"],"created_at":"2024-10-04T22:00:25.821Z","updated_at":"2026-04-30T00:08:17.815Z","avatar_url":"https://github.com/Pradumnasaraf.png","language":"Shell","funding_links":["https://github.com/sponsors/eddiejaoude"],"categories":[],"sub_categories":[],"readme":"# .dotfiles\n\nThis repository contains my dotfiles for Pradumnasaraf's macOS setup.\n\n### Steps to setup a new mac\n\n1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.\n\n```bash\nxcode-select --install\n```\n\n2. Clone repo into new hidden directory.\n\n```bash\ngit clone https://github.com/Pradumnasaraf/.dotfiles.git ~/.dotfiles\n```\n\n3. Create symlinks in the Home directory to the real files in the repo.\n\n```bash\nln -s ~/.dotfiles/.gitconfig ~/.gitconfig\nln -s ~/.dotfiles/.zprofile ~/.zprofile\n```\n\n4. Install Homebrew, followed by the software listed in the Brewfile.\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)\"\n```\n\n5. Add Homebrew's installed location to your `$PATH` in `~/.zprofile`:\n\n```bash\neval \"$(/opt/homebrew/bin/brew shellenv)\"\n```\n\n6. Install all the software in the Brewfile located in the root of this repo.\n\n```bash\nbrew bundle --file ~/.dotfiles/Brewfile\n```\n\n7. Install Oh My Zsh.\n\n```bash\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\n8. Create symlinks for the zshrc file.\n\n```bash\nln -s ~/.dotfiles/.zshrc ~/.zshrc\n```\n\n9. Install zsh-autosuggestions extension.\n\n```bash\ngit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions\n```\n\n10. Start MongoDB and set it to launch at startup. [Docs for reference](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/)\n\n```bash\nbrew services start mongodb-community\n```\n\nTo check if MongoDB is running, run the following command:\n\n```bash\nbrew services list\nor\nmongosh\n```\n\n11. Other nuances and quirks to be aware of:\n\n- **Enable App Management permissions** so Homebrew can delete and reinstall apps.  \n  - Go to **Settings \u003e Privacy \u0026 Security \u003e App Management** and add or enable your terminal.  \n\n- **Disable the Keyboard Shortcut for Spotlight** to free up `⌘ + Space` for **Raycast**.  \n  - Go to **System Preferences \u003e Keyboard \u003e Shortcuts \u003e Spotlight** and uncheck:  \n    - `Show Spotlight Search`  \n    - `Show Finder Search Window`  \n\n- **Import the Raycast config** from this directory:  \n  - **Raycast \u003e Settings \u003e Import/Export \u003e Import** and select `raycast.rayconfig`.  \n\n- **Install apps from the App Store (also available on Homebrew):**  \n  - [Launchy](https://apps.apple.com/in/app/launchy-app-launcher-switcher/id6739782043) - A Flywheel app launcher.\n  - [Hidden Bar](https://apps.apple.com/in/app/hidden-bar/id1452453066) - Hides the menu bar icons.\n  - [Folder Preview](https://apps.apple.com/in/app/folder-preview/id6698876601) - Preview folders in Finder.\n  - [AnySwitch](https://apps.apple.com/in/app/anyswitch-powerful-switches/id6444313776)  - Helps lock keyboard, turn off display, and more.\n  - [One Thing](https://apps.apple.com/in/app/one-thing/id1604176982?mt=12) - Add text to the menu bar\n  - [PDFgear](https://apps.apple.com/in/app/pdfgear-pdf-editor-reader/id6469021132?mt=12) - PDF Editor\n  - [Perplexity](https://apps.apple.com/in/app/perplexity-ask-anything/id6714467650?mt=12) - AI Chatbot\n  - [iMovies](https://apps.apple.com/in/app/imovie/id408981434?mt=12) - Movie/video editing app\n\n- **Install apps from the web:**  \n  - [One Menu](https://www.withmarko.com/one-menu) - Turn off keyboard for cleaning\n\n- **Extras (That I don't use, but you might find useful):**\n  - [Blip](https://blip.net) - A file sharing app, similar to Airdrop. But supports all platforms.\n  - [Pure Paste](https://apps.apple.com/in/app/pure-paste/id1611378436) - Paste text without formatting.\n  - [Gifski](https://apps.apple.com/in/app/gifski/id1351639930) - Convert videos to HD GIFs.\n  - [Usage](https://apps.apple.com/in/app/usage-device-monitor/id1561788435) - Monitor your Mac's CPU, memory, and disk usage.\n\n- **Set Mouse Scrolling to Natural:**\n  - **System Preferences \u003e Mouse \u003e Scroll Direction: Natural**  \n\n- **Enable Path Bar and Status Bar in Finder:**  \n  - **View \u003e Show Path Bar**  \n  - **View \u003e Show Status Bar**  \n\n- **Adjust Control Center settings:**  \n  - **Settings \u003e Control Center**  \n    - **Control Center Modules:** Set **Display, Sound, and Focus** to _Always Show in Menu Bar_.  \n    - **Other Modules:**  \n      - Enable `Show Percentage` for **Battery**.  \n      - Enable `Show in Control Center` for **Keyboard Brightness**.  \n    - **Menu Bar Only:**  \n      - Hide **Spotlight** (`Don't Show in Menu Bar`).  \n      - Show **Weather** (`Show in Menu Bar`).  \n\n- **Disable startup apps:**  \n  - Go to **System Preferences \u003e General \u003e Login Items and Extensions**.  \n  - Uncheck apps like **Warp, Canva, Docker**, etc.  \n\n- **Set Trackpad settings:**  \n  - **Tap to Click:** **System Preferences \u003e Trackpad \u003e Point \u0026 Click \u003e Tap to Click**.  \n  - **Secondary Click:** **Click in bottom right corner**.  \n\n- **Arc Browser Settings:**  \n  - **Enable Sync Sidebar**.  \n  - Install [iCloud Passwords](https://chromewebstore.google.com/detail/pejdijmoenmkgeppbflobdenhhabjlaj?utm_source=item-share-cb) from the **Arc Browser extension store**.  \n  - **Under Links:** Turn off `Links from other apps open in Little Arc`.  \n  - **Under Max:** Enable **Max Mode**.  \n\n- **Install GenCLI** with `go install github.com/Pradumnasaraf/gencli@latest`.\n\n- **Install Grammarly Extension** for [Arc Browser.](https://chromewebstore.google.com/detail/kbfnbcaeplbcioakkpcpgfkobkghlhen?utm_source=item-share-cb)\n\n- **Set Hot Corners:**  \n  - **System Preferences \u003e Mission Control \u003e Hot Corners**.  \n    - **Top Right:** **Notification Center**.\n\n- **iCloud Desktop and Documents sync:**  \n  - **System Preferences \u003e Apple ID \u003e iCloud \u003e Drive**\n    - Enable **Desktop \u0026 Documents Folders**.\n\n### Steps to Update or Create the Brewfile\n \n```bash\nbrew bundle dump --describe --file ~/.dotfiles/Brewfile\n```\n\nIf the Brewfile already exists, the above command will overwrite it. If you want to append to the existing Brewfile, use the following command:\n\n```bash\nbrew bundle dump --describe --file ~/.dotfiles/Brewfile --force\n```\n\n### Setting up a GPG Key for signing commits\n\nFollow the steps mentioned in the link below to setup a GPG key for signing commits.\nhttps://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key\n\nAfter setting up to sign commits, run the following commands to configure git to sign all commits by default.\n\n```bash\ngit config --global user.signingkey \u003cGPG Key ID\u003e\ngit config --global commit.gpgsign true\n```\n\n### Security\n\nIf you discover any security related issues, please check the [security policy](SECURITY.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradumnasaraf%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradumnasaraf%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradumnasaraf%2F.dotfiles/lists"}