https://github.com/w1am/dotfiles
Some configuration files
https://github.com/w1am/dotfiles
lua nvim ubuntu
Last synced: about 2 months ago
JSON representation
Some configuration files
- Host: GitHub
- URL: https://github.com/w1am/dotfiles
- Owner: w1am
- Created: 2020-02-29T15:18:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T13:27:01.000Z (over 1 year ago)
- Last Synced: 2025-03-03T14:28:45.291Z (over 1 year ago)
- Topics: lua, nvim, ubuntu
- Language: Shell
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Install**
**Cheetsheet**
grep all files in current dir
```
grep -rni "String" *
```
grep all files using file pattern
```
grep foo **/*.js
```