No description
Find a file
2022-09-15 22:52:12 -04:00
alacritty/.config/alacritty Try out some colors... 2022-09-15 22:52:12 -04:00
bin/bin Try out some colors... 2022-09-15 22:52:12 -04:00
git Swap work git configs 2022-05-09 12:18:21 -04:00
nvim/.config/nvim Try out nvim again 2022-09-14 19:57:15 -04:00
ruby Use GNU stow to manage symlinks 2021-05-13 21:09:01 -04:00
tmux/.config/tmux Try out some colors... 2022-09-15 22:52:12 -04:00
vim Try out some colors... 2022-09-15 22:52:12 -04:00
zsh Try homebrew for linux 2022-09-13 20:17:06 -04:00
.gitignore Try out nvim again 2022-09-14 19:57:15 -04:00
install.sh Try out nvim again 2022-09-14 19:57:15 -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