A command line tool to test out Neovim configs found on dotfyle (or github)
- fzf - dotfyle-cli is posix complient so should run anywhere as long as fzf is available
- git - Some features of dotfyle-cli will only work if git is available (install/update)
assumes you have ~/.local/bin in your PATH, feel free to change the directory
curl -o ~/.local/bin/dotfyle https://raw.githubusercontent.com/RoryNesbitt/dotfyle-cli/main/dotfyle
chmod +x ~/.local/bin/dotfyleYou will then be able to get the new version with dotfyle upgrade
start by installing some configs
dotfyle install https://dotfyle.com/codicocodes/dotfiles-nvim
dotfyle install https://github.com/folke/dot/tree/master/nvim
dotfyle install RoryNesbitt/RNvimThen select which one you want to start Neovim with using
dotfyle
# or
dotfyle runOr run your last used with
dotfyle run --last-useddotfyle-cli can also remove or update configs, check out the options with
dotfyle --helpOn removing a config the related files are also removed from
- ~/.config/neovim-configs
- ~/.cache/neovim-configs
- ~/.local/share/neovim-configs
- ~/.local/state/neovim-configs
