Skip to content

Repository files navigation

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
rm -r .deps # only sometimes required
make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/.local" CMAKE_BUILD_TYPE=Release
make install

troubleshooting

spacebar

Regarding accessiblity features abort: asmvik/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

About

dotfiles for nvim, tmux etc

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages