Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/odai-alali/dotfiles


https://github.com/odai-alali/dotfiles

Last synced: about 15 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Preqrequisites
This repository is intended to be used with **zsh** shell. It is not tested with other shells.

- [**zsh**](https://www.zsh.org/) A very advanced and programmable command interpreter (shell) for UNIX.
- [**oh-my-zsh**](https://ohmyzsh.org/) A delightful community-driven (with 1,000+ contributors) framework for managing your zsh configuration.
- [**eza**](https://github.com/eza-community/eza/) A modern replacement for **ls**.
- [**zsh-autosuggestions**](https://github.com/zsh-users/zsh-autosuggestions) Autocompetion for zsh
- [**fzf**](https://github.com/junegunn/fzf) fuzzy search for commands.
- [**bat**](https://github.com/sharkdp/bat) A cat(1) clone with wings.
- [**httpie**](https://httpie.io/) A user-friendly cURL replacement for API developers.

## 2. Fonts
- go to https://www.nerdfonts.com/font-downloads
- download **JetBrainsMono Nerd Font** or **Hack Nerd Font** or any other one you like
- install downloaded fonts on your machine

# Installation
- clone this repository into your home directory
- add `source ~/dotfiles/.zshrc.zsh` to your `~/.zshrc` file.