No description
Find a file
2022-09-21 22:02:30 -04:00
alacritty/.config/alacritty Try out some colors... 2022-09-15 22:52:12 -04:00
bin/bin Take first steos toward nvim lua config 2022-09-21 22:02:30 -04:00
git Swap work git configs 2022-05-09 12:18:21 -04:00
nvim/.config/nvim Take first steos toward nvim lua config 2022-09-21 22:02:30 -04:00
ruby Use GNU stow to manage symlinks 2021-05-13 21:09:01 -04:00
tmux/.config/tmux Take first steos toward nvim lua config 2022-09-21 22:02:30 -04:00
vim Take first steos toward nvim lua config 2022-09-21 22:02:30 -04:00
zsh Start using nvim where available (again) 2022-09-17 09:22:45 -04:00
.gitignore Take first steos toward nvim lua config 2022-09-21 22:02:30 -04:00
install.sh Take first steos toward nvim lua config 2022-09-21 22:02:30 -04:00
README.md Migrate to Linuxbrew, prefer script to Makefile 2022-09-13 23:08:01 -04:00

dotfiles

Personal dotfiles managed via GNU stow.

Installation

cd $HOME
git clone https://github.com/atomaka/dotfiles.git
cd dotfiles
./install.sh

Notes

  • Some homebrew packages (ie. vim) might be missing desired features
brew uninstall PACKAGE
brew edit PACKAGE # where there is no local directory named PACKAGE
# add compile options
brew install -s PACKAGE