Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odai-alali/dotfiles
https://github.com/odai-alali/dotfiles
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/odai-alali/dotfiles
- Owner: odai-alali
- Created: 2023-02-12T18:07:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-06T14:55:57.000Z (1 day ago)
- Last Synced: 2024-11-06T15:48:08.802Z (1 day ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.