Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhid/dotfiles
my 🔧 .files repo
https://github.com/benhid/dotfiles
alacritty macos macos-14 tmux zshell
Last synced: about 1 month ago
JSON representation
my 🔧 .files repo
- Host: GitHub
- URL: https://github.com/benhid/dotfiles
- Owner: benhid
- Created: 2021-12-13T13:26:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T00:04:51.000Z (4 months ago)
- Last Synced: 2024-09-29T08:20:57.415Z (about 2 months ago)
- Topics: alacritty, macos, macos-14, tmux, zshell
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
My personal setup is based on:
- ZSH
- [Alacritty](https://alacritty.org)
- [Starship](https://starship.rs/)
- [Helix editor](https://helix-editor.com/)
- [Tmux](https://github.com/tmux/tmux)
- Hack Nerd FontAdditionally, I make use of several fancy tools such as:
- [jq](https://github.com/jqlang/jq)
- [bat](https://github.com/sharkdp/bat)
- [fzf](https://github.com/junegunn/fzf)
- [dust](https://github.com/bootandy/dust)
- [lazygit](https://github.com/jesseduffield/lazygit)## Installation
Most of these tools are available via Homebrew, so you can install them from there.
For the fonts, you can download them from the [Nerd Fonts repository](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack) and install them manually.
Install with:
```bash
git clone https://github.com/benhid/dotfiles.git
cd dotfiles
mkdir -p ~/.config/
cp -r config/* ~/.config/
cp -r zsh/. ~/
```