Skip to content

felixscherz/.dotfiles

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
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

About

dotfiles for nvim, tmux etc

Resources

Stars

Watchers

Forks

Packages

No packages published