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
- Host: GitHub
- URL: https://github.com/nlxz/dotfiles
- Owner: NLXZ
- Created: 2024-10-15T18:40:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T14:59:45.000Z (over 1 year ago)
- Last Synced: 2025-02-07T20:23:57.036Z (over 1 year ago)
- Topics: config, custom, dotfiles, i3, kitty, lsd, nvim, polybar, rofi
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles

## 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"/
```