{"id":21341889,"url":"https://github.com/adilansari/dot_files","last_synced_at":"2025-10-20T12:16:51.653Z","repository":{"id":13981367,"uuid":"16682215","full_name":"adilansari/dot_files","owner":"adilansari","description":"My .dot_files and custom system configs.","archived":false,"fork":false,"pushed_at":"2025-05-06T17:54:34.000Z","size":9195,"stargazers_count":18,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-16T09:12:04.838Z","etag":null,"topics":["bash","bash-hacks","dotfiles","shell","tmux","tmux-configs","vim","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adilansari.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2014-02-10T02:37:00.000Z","updated_at":"2025-05-06T17:54:36.000Z","dependencies_parsed_at":"2024-10-25T06:57:26.322Z","dependency_job_id":"096b8556-e249-418f-bfff-09924355f586","html_url":"https://github.com/adilansari/dot_files","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adilansari/dot_files","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adilansari%2Fdot_files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adilansari%2Fdot_files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adilansari%2Fdot_files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adilansari%2Fdot_files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adilansari","download_url":"https://codeload.github.com/adilansari/dot_files/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adilansari%2Fdot_files/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280088845,"owners_count":26269953,"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-10-20T02:00:06.978Z","response_time":62,"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":["bash","bash-hacks","dotfiles","shell","tmux","tmux-configs","vim","zsh"],"created_at":"2024-11-22T00:58:50.659Z","updated_at":"2025-10-20T12:16:51.621Z","avatar_url":"https://github.com/adilansari.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation instructions\n\n1. Install [Homebrew](https://brew.sh/), the package manager for macOS.\n2. Use `Homebrew` to install [tmux](https://formulae.brew.sh/formula/tmux), [tmuxinator](https://formulae.brew.sh/formula/tmuxinator), [tmux plugin manager](https://github.com/tmux-plugins/tpm)\n3. Install [nvchad](https://nvchad.com/docs/quickstart/install) and set `nvim` as your default editor\n4. Get [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/)(recommended)\n5. Clone this repo and create symlinks\n```bash\n\t$ git clone https://github.com/adilansari/dot_files.git\n\t$ sh dot_files/install.sh\n```\n6. Install [Jetbrains mono nerd font](https://formulae.brew.sh/cask/font-jetbrains-mono-nerd-font#default) font\n7. Change the terminal theme to material-shell:\n\t- Terminal -\u003e Preferences -\u003e Profiles\n\t- Expand the Settings icon at the bottom of list of themes in left sidebar\n\t- Import the `$DOT_FILES_DIR/osx/materialshell-dark.terminal` theme and set as Default.\n    - Change font to **Jetbrains Mono Nerd Font**, size: 16\n\t- Restart terminal\n8. Install fzf\n9. Install fastfetch\n10. Install powerlevel10k prompt for ZSH\n\n\n# tmux + zsh = awesomeness\n\n![powertools](https://raw.github.com/adilansari/.dot_files/master/screengrabs/terminal.png)\n\n# Vim\n\n### What it looks like now?\n![Terminal mode (_No GUI_)](https://raw.github.com/adilansari/.dot_files/master/screengrabs/vimrc.png)\n\n# Scores in status bar\n\n`.tmux.conf` runs for `($HOME/.tmux-status.sh)` in your home directory, create that executable file and status bar will display the string output of that executable.\n\nThis is how my `($HOME/.tmux-status.sh)` executable file looks like to display cricket/soccer scores:\n```\n#!/bin/bash\ncd $HOME/dot_files/tmux/statusbar-scripts\nenv/bin/python scores.py [API_SECRET]\n```\n\u003e Note: I have a python virtualenv created in that directory.\n\n![Cricket score in tmux status bar](https://raw.github.com/adilansari/.dot_files/master/tmux/statusbar-scripts/screengrabs/cric-score.png)\n\n# Other installations\n\n----------------\n\n| Emoji | What | Description |\n|:---:|:---:|---|\n| :speaker: | [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) | **Shell** works best |\n| :elephant: | [httpie](https://httpie.org/) | beautiful **CuRL** replacement with goodies  |\n| :roller_coaster: | [autojump](https://github.com/wting/autojump) | **cd** command but fast |\n| :snake: | [nerd fonts](https://www.nerdfonts.com/) | beautiful **fontfaces** for source code |\n| :recycle: | [github dashboard](https://github.com/dlvhdr/gh-dash) | GitHub dashboard **on your terminal** |\n| :dolphin: | [ctop](https://github.com/bcicen/ctop) | Top like interface for container metrics |\n| :snowflake: | [K9s](https://k9scli.io/) | Kubernetes CLI to manage clusters |\n\n[curated list of awesome CLIs](https://dlvhdr.me/posts/cli-tools)\n\n# License\n```\nThe MIT License\n\nCopyright (c) 2025 Adil Ansari\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadilansari%2Fdot_files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadilansari%2Fdot_files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadilansari%2Fdot_files/lists"}