Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobe4/dotfiles
.files
https://github.com/nobe4/dotfiles
dotfiles git kitty shell tmux vim zsh
Last synced: about 18 hours ago
JSON representation
.files
- Host: GitHub
- URL: https://github.com/nobe4/dotfiles
- Owner: nobe4
- License: mit
- Created: 2016-03-16T00:50:21.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T11:22:15.000Z (1 day ago)
- Last Synced: 2024-11-18T12:40:01.717Z (1 day ago)
- Topics: dotfiles, git, kitty, shell, tmux, vim, zsh
- Language: Shell
- Homepage: https://github.com/nobe4/dotfiles
- Size: 2.98 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
.files
======# Install
**Requirements:**
- SSH key setup with GitHub```
curl https://raw.githubusercontent.com/nobe4/dotfiles/main/bootstrap.sh | bash
```In case of `zsh compinit: insecure directories, run compaudit for list.`:
```
autoload -U compaudit
compaudit | xargs chmod g-w
```