Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 789 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 789 Bytes

dotfiles

configuration for the tools I use

install

Install the configuration by running

./install.sh

which will bootstrap ansible and install everything.

building neovim from source

Clone the repo at https://github.com/neovim/neovim and install it to a custom prefix.

rm -r build/  # clear the CMake cache
make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/.local"
make install

troubleshooting

spacebar

Regarding accessiblity features abort: koekeishiya/yabai#867 (comment)

Install rosetta softwareupdate --install-rosetta to fix Bad CPU Type error.

Fonts

Install Font Awesome 6 to make Icons work with spacebar Install Jetbrains Mono Nerd Font to make alacritty work