Skip to content

Dotfiles and setup scripts for CLI development environment

Notifications You must be signed in to change notification settings

manning390/dotfiles

Repository files navigation

Manning390 Dotfiles

Welcome to my personal configuration hell. We're trying to tidy things up. Don't mind the parts on fire.

Follow the installation steps down below for the appropriate OS.

Arch

Stow

paru -S stow

Neovim

paru -S neovim python-pynim

Finally do the thing

./.dotfiles/ARCH

Ensure version is >0.5.0 or there will be issues with plugins

Neovim Plugged

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

Mac OS

Stow

brew install stow

Neovim

brew install --HEAD neovim

Ensure version is >0.5.0 or there will be issues with plugins

Neovim Plugged

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

Finally do the thing

./.dotfiles/OSX

About

Dotfiles and setup scripts for CLI development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published