https://github.com/borjapazr/dotfiles
đģđ Custom dotfiles for UNIX based systems
https://github.com/borjapazr/dotfiles
bash dotfiles dotfiles-installer dotfiles-linux fzf navi oh-my-zsh rofi shell ubuntu zsh
Last synced: 6 months ago
JSON representation
đģđ Custom dotfiles for UNIX based systems
- Host: GitHub
- URL: https://github.com/borjapazr/dotfiles
- Owner: borjapazr
- License: mit
- Created: 2020-04-19T01:19:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T12:35:19.000Z (8 months ago)
- Last Synced: 2025-04-06T12:07:45.882Z (6 months ago)
- Topics: bash, dotfiles, dotfiles-installer, dotfiles-linux, fzf, navi, oh-my-zsh, rofi, shell, ubuntu, zsh
- Language: Shell
- Homepage:
- Size: 3.05 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![]()

đģđ Custom dotfiles for UNIX based systemsâšī¸ About âĸ
đĨ Installation âĸ
đ Features âĸ
đĨ Contributing âĸ
đ¯ Credits âĸ
đŠ License---
## âšī¸ About
Personal .dotfiles for quick configuration of my UNIX-based devices. They are tailored to my needs and do not claim to be the right solution for ideal .dotfiles.
> đĄ As a starting point to get all your configuration files and scripts organised I recommend you to use [dotly](https://github.com/CodelyTV/dotly), which is a project that describes itself as a simple and fast dotfiles framework.
## đĨ Installation
Using `wget`:
```bash
bash <(wget -qO- https://raw.githubusercontent.com/borjapazr/dotfiles/HEAD/installer)
```Or using `curl`:
```bash
bash <(curl -s https://raw.githubusercontent.com/borjapazr/dotfiles/HEAD/installer)
```### 𧸠Configuration
Read [this](doc/installation-guide.md) page.
## đ Features
### âī¸ Built with
- [Oh My Zsh](https://ohmyz.sh/) Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout...
- [fzf](https://github.com/junegunn/fzf) A general-purpose command-line fuzzy finder.
- [dotbot](https://github.com/anishathalye/dotbot) Dotbot is a tool that bootstraps your dotfiles (it's a [Dot]files [bo]o[t]strapper, get it?). It does less than you think, because version control systems do more than you think.### đ The `dot` command
`dot` is the core command my .dotfiles. If you execute it, you'll see all your scripts.
```bash
[mars] ~ dot -h
Usage:
dot
dot
dot [<args>...]
dot -h | --help
dot -p | --print
```## đĨ Contributing
Just fork and open a pull request. All contributions are welcome đ¤
## đ¯ Credits
These .dotfiles are largely based on [@rgomezcasas](https://github.com/rgomezcasas) [personal .dotfiles](https://github.com/rgomezcasas/dotfiles) and the [dotly](https://github.com/CodelyTV/dotly) framework. They have been adapted to suit my personal needs.
đ Thank you very much for these wonderful creations.
### â Stargazers
[](https://github.com/borjapazr/dotfiles/stargazers)
## đŠ License
MIT @ [borjapazr](https://me.marsmachine.space). Please see [License](LICENSE) for more information.