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

https://github.com/nlxz/dotfiles

Custom config files
https://github.com/nlxz/dotfiles

config custom dotfiles i3 kitty lsd nvim polybar rofi

Last synced: about 2 months ago
JSON representation

Custom config files

Awesome Lists containing this project

README

          

# Dotfiles
![Main view screenshot](https://i.imgur.com/nar96lN.png)

## Installation
I created a repository with an Ansible playbook to automatically setup Kali Linux with this dotfiles and some more configurations:

[https://github.com/NLXZ/kali-setup](https://github.com/NLXZ/kali-setup)

Or just run:
```shell
# Clone the repository
git clone https://github.com/NLXZ/dotfiles ~/.dotfiles

# Apply (CAUTION)
rsync -a "$HOME"/.dotfiles/ "$HOME"/
```