https://github.com/farazmd/dotfiles
Shell configurations / setups
https://github.com/farazmd/dotfiles
bash dotfiles macos nvim starship tmux
Last synced: 3 months ago
JSON representation
Shell configurations / setups
- Host: GitHub
- URL: https://github.com/farazmd/dotfiles
- Owner: farazmd
- License: mit
- Created: 2024-02-04T04:56:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T01:43:20.000Z (over 1 year ago)
- Last Synced: 2025-01-24T08:14:09.153Z (over 1 year ago)
- Topics: bash, dotfiles, macos, nvim, starship, tmux
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Shell configuration / setup
## Dependencies
- Nerd Fonts
```shell
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
brew install --cask font-fira-code-nerd-font
```
- [starship](https://starship.rs)
- [ripgrep(v14.1.0)](https://github.com/BurntSushi/ripgrep/tree/14.1.0)
- bash (macos only)
- nvm
## Setup
- Install starship
- Install nvm (to ~/.config/nvm folder)
- Run the installer script:
```shell
curl https://raw.githubusercontent.com/farazmd/dotfiles/master/install.sh | bash
```
- The installer script installs nerdfonts (font-hack-nerd-font and font-fira-code-nerd-font) as well as ripgrep
- Source ~/.bash_profile