Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isaiah-hamilton/dotfiles

My personal dotfiles
https://github.com/isaiah-hamilton/dotfiles

alacritty awasome dotfiles fish-shell neovim tmux yabai

Last synced: 9 days ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

        

# dotfiles

## Information

Here are some details about my setup:

- OS: [macOS](https://www.apple.com/macos/sonoma)
- Terminal: [wezterm](https://github.com/wez/wezterm)
- Shell: [fish](fishshell.com)
- Editor: [neovim](https://github.com/neovim/neovim)
- Browser: [Arc](https://arc.net) / [firefox](https://www.mozilla.org/en-US/firefox)

## Installing

If you're installing on a fresh install of macOS, use the included install script for a quick and clean install.

Make sure that you are in the `~/` directory. you can do so by opening a new terminal or use `cd`.

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Isaiah-Hamilton/dotfiles/refs/heads/main/install.sh)"
```