Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```