Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brockwade633/dotfiles
https://github.com/brockwade633/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brockwade633/dotfiles
- Owner: brockwade633
- Created: 2022-05-15T05:08:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T01:21:12.000Z (almost 2 years ago)
- Last Synced: 2023-07-13T20:31:35.023Z (over 1 year ago)
- Language: Shell
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
A set of basic dot files for shell and neovim configuration:- zsh
- oh-my-zsh
- starship
- neovim
- tmuxTo 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
```bash
# 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 `.#### Font
Follow [these instructions](https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k) to install the `MesloLGS NF` font and use it in your terminal of choice.#### Optional
Run `nvim` on `vim` commands
```bash
ln -s (which nvim) /usr/local/bin/vim
```