No description
Find a file
2022-09-14 19:57:15 -04:00
alacritty/.config/alacritty Update deprecated Alacritty setting 2022-01-24 10:24:36 -05:00
bin/bin Only test $1 as program in , 2022-02-03 20:05:34 -05: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 Completely reset dotfiles (#2) 2021-12-21 13:19:10 -05:00
vim Try out nvim again 2022-09-14 19:57:15 -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