Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.29 KB

File metadata and controls

37 lines (26 loc) · 1.29 KB

dotfiles

Configuration files and scripts for Linux development.

Overview

Here is the overview of the programs used within the repository:

Program Config Description
Sway config/sway Window manager
Zsh config/zsh Shell
foot config/foot Terminal
Fuzzel config/fuzzel App launcher
Dunst config/dunst Notification daemon
Neovim config/nvim Text editor
mpv config/mpv Media player
KeePassXC config/keepassxc Password manager

Installation

Caution

The installation script may overwrite your system and is only supported on Void Linux. Run it at your own risk.

To install the dotfiles, run:

sudo xbps-install -y curl
curl --proto '=https' --tlsv1.2 -sSf https://codeberg.org/frofor/dotfiles/raw/branch/main/install.sh | sh

License

This repository is distributed under the terms of MIT License.

See LICENSE for details.