{"id":24650765,"url":"https://github.com/tangoman75/bash_aliases","last_synced_at":"2025-10-07T10:30:29.023Z","repository":{"id":62032280,"uuid":"241588502","full_name":"TangoMan75/bash_aliases","owner":"TangoMan75","description":"TangoMan bash_aliases is a fantastic collection of utterly handful scripts for your terminal.","archived":false,"fork":false,"pushed_at":"2024-05-22T22:45:02.000Z","size":223,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-22T23:40:08.415Z","etag":null,"topics":["bash-alias","shell","tangoman","zsh","zsh-theme"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TangoMan75.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-02-19T10:02:53.000Z","updated_at":"2024-05-29T11:09:32.161Z","dependencies_parsed_at":"2023-02-18T08:01:04.468Z","dependency_job_id":"268e9e6f-6622-469a-bec8-435ebf0bb096","html_url":"https://github.com/TangoMan75/bash_aliases","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/TangoMan75%2Fbash_aliases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fbash_aliases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fbash_aliases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fbash_aliases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TangoMan75","download_url":"https://codeload.github.com/TangoMan75/bash_aliases/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235614251,"owners_count":19018405,"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":["bash-alias","shell","tangoman","zsh","zsh-theme"],"created_at":"2025-01-25T18:16:37.533Z","updated_at":"2025-10-07T10:30:23.584Z","avatar_url":"https://github.com/TangoMan75.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GH language](https://img.shields.io/github/languages/top/TangoMan75/bash_aliases)\n[![GH release](https://img.shields.io/github/v/release/TangoMan75/bash_aliases)](https://github.com/TangoMan75/bash_aliases/releases)\n![GH license](https://img.shields.io/github/license/TangoMan75/bash_aliases)\n![GH stars](https://img.shields.io/github/stars/TangoMan75/bash_aliases)\n\n![Make CI](https://github.com/TangoMan75/bash_aliases/workflows/Make%20CI/badge.svg)\n![Bash CI](https://github.com/TangoMan75/bash_aliases/workflows/bash_unit%20CI/badge.svg)\n![ShellCheck CI](https://github.com/TangoMan75/bash_aliases/workflows/ShellCheck%20CI/badge.svg)\n\nTangoMan Bash Aliases\n=====================\n\n**TangoMan Bash Aliases** is a fantastic collection of utterly handful scripts for your terminal !!!\n**TangoMan Bash Aliases** is compatible with _Windows CygWin_ _MacOsX_ or _Linux / Ubuntu_ terminals plus _bash_ AND _zsh_ shells WOW !!!\n\n![TangoMan Bash Aliases](./img/screenshot.png)\n\n📑 Documentation\n----------------\n\nDocumentation available here: [./docs/bash_aliases.md](./docs/bash_aliases.md)\n\n🚀 Installation\n---------------\n\nExecute following command in your terminal\n\n### With wget\n\u003e jsDelivr\n```bash\nwget -nc -q https://cdn.jsdelivr.net/gh/TangoMan75/bash_aliases/install.sh \u0026\u0026 sh install.sh install\n```\n\u003e raw.githubusercontent.com\n```bash\nwget -nc -q https://raw.githubusercontent.com/TangoMan75/bash_aliases/master/install.sh \u0026\u0026 sh install.sh install\n```\n\n### With cURL\nif you have `curl` installed:\n\u003e jsDelivr\n```bash\ncurl -SsL https://cdn.jsdelivr.net/gh/TangoMan75/bash_aliases/install.sh -o install.sh  \u0026\u0026 sh install.sh install\n```\n\u003e raw.githubusercontent.com\n```bash\ncurl -SsL https://raw.githubusercontent.com/TangoMan75/bash_aliases/master/install.sh -o install.sh  \u0026\u0026 sh install.sh install\n```\n\n🤖 Commands\n-----------\n\nInstall **TangoMan Bash Aliases** and **\"Oh-My-ZSH\"**\n```bash\nmake install\n```\n\nInstall **TangoMan Bash Aliases** only\n```bash\nmake min-install\n```\n\nInstall **\"Oh-My-ZSH\"** only\n```bash\nmake install-zsh\n```\n\n💻 Dependencies\n---------------\n\n### 🔖 git\n\n#### 🐧 Install git (Linux)\n\n```bash\n$ sudo apt-get install --assume-yes git\n```\n\n#### 🏁 Install git (Windows)\n\nDownload and install latest version from here [git-scm.com](https://git-scm.com/download/win)\n\n#### 🍎 Install git (OSX)\n\n```bash\n$ brew install git\n```\n\n#### 🔧 git configuration\n\nPush current branch only if upstream exists\n\n```bash\n$ git config --global push.default simple\n```\n\nSet vim as git default editor\n\n```bash\n$ git config --global core.editor 'vim'\n```\n\n### ⚡ Initialize git submodules\n\nIn order to download project submodules, enter the following command\n\n```bash\n$ git submodule update --init --recursive\n```\n\n---\n\n### 🛠 Make\n\n#### 🐧 Install Make (Linux)\n\nOn linux machine enter following command\n\n```bash\n$ sudo apt-get install --assume-yes make\n```\n\n#### 🏁 Install Make (Windows)\n\nOn windows machine you will need to install [cygwin](http://www.cygwin.com/) or [GnuWin make](http://gnuwin32.sourceforge.net/packages/make.htm) first to execute make script.\n\n#### 🍎 Install Make (OSX)\n\nMake should be available by default on OSX system, but you can upgrade make version with following command\n\n```bash\n$ brew install make\n```\n\n---\n\n💄 Theme\n--------\n\ntangoman.zsh-theme is actually personal adaptation of [agnoster-zsh-theme](https://github.com/agnoster/agnoster-zsh-theme) which I love.\n\n🤝 Contributing\n---------------\n\nThank you for your interest in contributing to **TangoMan Bash Aliases**.\n\nPlease review the [code of conduct](./CODE_OF_CONDUCT.md) and [contribution guidelines](./CONTRIBUTING.md) before starting to work on any features.\n\nIf you want to open an issue, please check first if it was not [reported already](https://github.com/TangoMan75/bash_aliases/issues) before creating a new one.\n\n📜 License\n----------\n\nCopyrights (c) 2024 \u0026quot;Matthias Morin\u0026quot; \u0026lt;mat@tangoman.io\u0026gt;\n\n[![License](https://img.shields.io/badge/Licence-MIT-green.svg)](LICENSE)\nDistributed under the MIT license.\n\nIf you like **TangoMan Bash Aliases** please star, follow or tweet:\n\n[![GitHub stars](https://img.shields.io/github/stars/TangoMan75/bash_aliases?style=social)](https://github.com/TangoMan75/bash_aliases/stargazers)\n[![GitHub followers](https://img.shields.io/github/followers/TangoMan75?style=social)](https://github.com/TangoMan75)\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fbash_aliases)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fbash_aliases)\n\n... And check my other cool projects.\n\n[![LinkedIn](https://img.shields.io/static/v1?style=social\u0026logo=linkedin\u0026label=LinkedIn\u0026message=morinmatthias)](https://www.linkedin.com/in/morinmatthias)\n\n🙏 Acknowledgements\n-------------------\n\n* [bash_unit](https://github.com/pgrange/bash_unit): bash unit testing enterprise edition framework (used for CI/CD)\n* [shellcheck](https://github.com/koalaman/shellcheck): a static analysis tool for shell scripts (used for CI/CD)\n* [bashew](https://github.com/pforret/bashew): from which I copied some of the CI/CD configuration\n* Documentation from [Google](https://google.github.io/styleguide/shellguide.html), [BashPitfalls](https://mywiki.wooledge.org/BashPitfalls), [Microsoft](https://github.com/microsoft/code-with-engineering-playbook/blob/master/code-reviews/recipes/Bash.md)\n\nScript created with [makefile-generator](https://github.com/TangoMan75/makefile-generator)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangoman75%2Fbash_aliases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangoman75%2Fbash_aliases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangoman75%2Fbash_aliases/lists"}