Skip to content

brockwade633/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A set of basic dot files for shell and neovim configuration:

  • zsh
  • oh-my-zsh
  • starship
  • neovim
  • tmux

To build a complete shell config from fresh installations on macOS, execute the following steps. Otherwise any individual files or snippets can be taken and added to other existing environments or operating systems.

Clone Repo and Run Script

# clone dotfiles
git clone https://github.com/brockwade633/dotfiles.git

# enter repo
cd dotfiles

# execute fresh installs, reload shell with the new dotfiles
./reload-config.sh

Sync Neovim Plugins

To make sure all the plugins are installed, open plug.lua and run luafile % to source, then :PackerInstall and/or :PackerSync to bring down the plugins. Run :PackerStatus to verify they're all there. Some plugins may require manually loading before syncing again: :PackerLoad <plugin>.

Font

Follow these instructions to install the MesloLGS NF font and use it in your terminal of choice.

Optional

Run nvim on vim commands

ln -s (which nvim) /usr/local/bin/vim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published