{"id":21710663,"url":"https://github.com/mbrav/dotfiles","last_synced_at":"2025-04-12T17:30:49.262Z","repository":{"id":149794964,"uuid":"564665394","full_name":"mbrav/dotfiles","owner":"mbrav","description":"My scripts and dotfiles","archived":false,"fork":false,"pushed_at":"2025-04-04T06:38:57.000Z","size":924,"stargazers_count":6,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-04T07:32:19.258Z","etag":null,"topics":["bash","dotfiles","fish","fzf","linux","neovim","shell","tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mbrav.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":"2022-11-11T07:58:45.000Z","updated_at":"2025-04-04T06:39:01.000Z","dependencies_parsed_at":"2023-09-30T13:36:44.260Z","dependency_job_id":"82195fbb-2307-4e90-86ae-9e78e636d9b6","html_url":"https://github.com/mbrav/dotfiles","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrav%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrav%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrav%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrav%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrav","download_url":"https://codeload.github.com/mbrav/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248604962,"owners_count":21132075,"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","dotfiles","fish","fzf","linux","neovim","shell","tmux","vim"],"created_at":"2024-11-25T23:16:47.777Z","updated_at":"2025-04-12T17:30:49.218Z","avatar_url":"https://github.com/mbrav.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-BSD_3--Clause-yellow.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![tokei](https://tokei.rs/b1/github/mbrav/configs?category=lines)](https://tokei.rs/b1/github/mbrav/configs)\n[![Hits-of-Code](https://hitsofcode.com/github/mbrav/dotfiles?branch=main)](https://hitsofcode.com/github/mbrav/dotfiles/view?branch=main)\n\n# dotfiles\n\nMy scripts and dot files\n\nConsists of various DevOps-oriented configurations which are meant for my own personal Arch-based linux setup, but can be used in with other Linux distros such as Debian, Ubuntu, RHEL, etc.\n\n![](./screenshot.webp)\n\n## Overview\n\nMy config overall consists of dotfiles and [`scripts/`](dotfiles/.config/scripts) that are meant to be `fish` and `bash` shell compatible as much as possible in cases where not all the components are allowed to be installed on certain servers for various reasons, etc.\nSince Fish shell is not POSIX complaint, Bash is meant to be used as a backup shell in cases where it would be more comfortable.\nBut the main advantage of Fish shell, in my use case, is that outocompletion is setup automatically for tools such as `docker`, `kubectl`, etc, along with some other nice features.\n\nThe configs for Bash shell ([`.bashrc`](dotfiles/.bashrc)) and Fish ([`config.fish`](dotfiles/.config/fish/config.fish)) reference aliases and commands defined in the [`scripts/`](dotfiles/.config/scripts) folder.\n\n### Programs\n\nTo take the most advantage of the config, a few tools are used, which are recommended for installation given that they are setup in [`_aliases`](dotfiles/.config/scripts/_aliases), [`.bashrc`](dotfiles/.bashrc) and [`config.fish`](dotfiles/.config/fish/config.fish):\n\n- [starship](https://starship.rs/) - A cross-shell prompt customizaion tool (Rust);\n- [mcfly](https://github.com/cantino/mcfly) - A cross-shell tool for browsing through shell history (Rust);\n- [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder (Rust);\n- [eza](https://github.com/eza-community/eza) - A modern replacement for `ls`, based on `exa` (Rust);\n- [zoxide](https://github.com/ajeetdsouza/zoxide) - A modern replacement for `cd` (Rust).\n- [bat](https://github.com/sharkdp/bat) - A modern replacement for `cat` (yes, you guessed it, Rust).\n\n### Font configuration\n\nIn order for the terminal to display those symbols correctly, you must install one of many [Nerd Fonts](https://www.nerdfonts.com) and configure your terminal to use one of them.\n\n## Installation\n\n⚠️ **Warning:** This will overwrite your configs!\n\nClone repo (It is important to clone with modules!):\n\n```bash\ngit clone --recurse-submodules -j8 https://github.com/mbrav/dotfiles \u0026\u0026 cd dotfiles\n```\n\nInstall dotfiles interactively:\n\n```bash\n./install.sh\n```\n\nInstall dotfiles non-interactively\n```bash\nforce=1 ./install.sh\n```\n\n## Trying out these configs in a Docker container\n\n![](./docker.webp)\n\nBefore you install these configs on your system, you can try them out in a docker container. This is a feature that is still a work in progress. You can build and run these configs by simply doing:\n\n```bash\n./docker.sh\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrav%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrav%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrav%2Fdotfiles/lists"}