Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bellackn/dotfiles
Various configuration files
https://github.com/bellackn/dotfiles
Last synced: 23 days ago
JSON representation
Various configuration files
- Host: GitHub
- URL: https://github.com/bellackn/dotfiles
- Owner: bellackn
- License: apache-2.0
- Created: 2022-03-31T14:22:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T23:37:27.000Z (5 months ago)
- Last Synced: 2024-12-05T14:45:57.896Z (29 days ago)
- Language: Lua
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Various configuration files and setup scripts to get things running.
## Other setup notes
### Install tmux plugin manager
```bash
git clone https://github.com/tmux-plugins/tpm.git ~/.tmux/plugins/tpm
```Then, press `Ctrl + I` in a tmux window to install plugins from the config file.
### Install Vim plugin manager packer
```bash
git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
```### Misc
* Activate **skhd**: `brew services start skhd`