https://github.com/jessefarebro/dotfiles
alacritty + tmux + fish + neovim
https://github.com/jessefarebro/dotfiles
alacritty dotfiles fish-shell neovim tmux vim
Last synced: 3 months ago
JSON representation
alacritty + tmux + fish + neovim
- Host: GitHub
- URL: https://github.com/jessefarebro/dotfiles
- Owner: JesseFarebro
- Created: 2015-09-19T13:55:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T12:22:30.000Z (6 months ago)
- Last Synced: 2026-01-12T19:40:16.383Z (6 months ago)
- Topics: alacritty, dotfiles, fish-shell, neovim, tmux, vim
- Language: TeX
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# dotfiles
# Installation
```sh
git clone --bare https://github.com/jessefarebro/dotfiles $HOME/.dotfiles
alias dotfiles="git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
dotfiles checkout
dotfiles config status.showUntrackedFiles no
. ~/.config/fish/config.fish
```
## MacOS Settings
```
# Expand save panel by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
# Expand print panel by default
defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true
# Fast key repeat
defaults write NSGlobalDomain KeyRepeat -int 2
# Shorter delay until key repeat
defaults write NSGlobalDomain InitialKeyRepeat -int 15
```