Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isaiah-hamilton/dotfiles
- Owner: Isaiah-Hamilton
- License: mit
- Created: 2022-07-06T22:54:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T01:32:25.000Z (22 days ago)
- Last Synced: 2024-10-17T14:33:20.696Z (20 days ago)
- Topics: alacritty, awasome, dotfiles, fish-shell, neovim, tmux, yabai
- Language: Shell
- Homepage:
- Size: 18.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)"
```