https://github.com/camspiers/dotfiles
Dotfiles (macOS, stow, brew, yabai, nvim, kitty, tmux)
https://github.com/camspiers/dotfiles
dotfiles fennel kitty lua macos neovim tmux yabai
Last synced: 10 months ago
JSON representation
Dotfiles (macOS, stow, brew, yabai, nvim, kitty, tmux)
- Host: GitHub
- URL: https://github.com/camspiers/dotfiles
- Owner: camspiers
- Created: 2019-12-26T05:58:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T23:40:26.000Z (over 3 years ago)
- Last Synced: 2024-10-30T08:51:21.848Z (about 1 year ago)
- Topics: dotfiles, fennel, kitty, lua, macos, neovim, tmux, yabai
- Language: Clojure
- Homepage:
- Size: 28.8 MB
- Stars: 210
- Watchers: 9
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles - Cam Spiers
macOS environment managed by git and GNU Stow.
## Overview
The following are the major components of the dotfiles project.
- [Homebrew Defaults](extra/homebrew/Brewfile)
- [Neovim Config](files/.config/nvim/init.lua)
- [Tmux Config](files/.tmux.conf)
- [Kitty.app Config](files/.config/kitty/kitty.conf)
- [Bash Runcom](files/.bashrc)
- [Bash Profile](files/.bash_profile)
- [yabai Config](files/.config/yabai/yabairc)
- [skhd Config](files/.config/skhd/skhdrc)
- [macOS Defaults](scripts/macos)
## Usage
I don't really recommend others use the following installation method, instead
I encourage you to copy what you like manually and curate your own dotfiles,
project, but for those not of the faint of heart:
### Install Homebrew
```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
### Clone repo
```
git clone git@github.com:camspiers/dotfiles.git ~/.dotfiles
```
### Install
```
cd ~/.dotfiles
make all
make install
```