https://github.com/dknight/dotfiles
My dotfiles
https://github.com/dknight/dotfiles
Last synced: 27 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/dknight/dotfiles
- Owner: dknight
- Created: 2022-08-23T14:54:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-12T21:59:46.000Z (2 months ago)
- Last Synced: 2026-04-12T23:28:24.449Z (2 months ago)
- Language: Lua
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles for peronal use.
You can take them and do whatever you want without any restrictions.
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
## Install
```shell
ln -s snippets $HOME/.config/nvim/runtime/snippets
ln -s init.lua $HOME/.config/nvim/init.lua
ln -s lspconfig.lua $HOME/.config/nvim/lspconfig.lua
ln -s mc $HOME/.config/mc
```
This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].
[![CC BY 4.0][cc-by-image]][cc-by]
[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg