https://github.com/klen/dotfiles
kk .dotfiles / use it for your own risks
https://github.com/klen/dotfiles
dotfiles dotfiles-macos nvim-config vim-config
Last synced: about 1 year ago
JSON representation
kk .dotfiles / use it for your own risks
- Host: GitHub
- URL: https://github.com/klen/dotfiles
- Owner: klen
- Created: 2011-10-17T12:36:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T18:28:56.000Z (about 1 year ago)
- Last Synced: 2025-06-13T19:27:46.340Z (about 1 year ago)
- Topics: dotfiles, dotfiles-macos, nvim-config, vim-config
- Language: Shell
- Homepage:
- Size: 1.24 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KK dotfiles

## Installation
**Warning:** If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
You can clone the repository wherever you want. (I like to keep it in `~/projects/dotfiles`).
```bash
git clone https://github.com/klen/dotfiles.git && cd dotfiles && make
```
To update, `cd` into your local `dotfiles` repository and then `make`
### Install Homebrew casks
```bash
make desktop
```