Working on README.md

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-13 23:34:53 +01:00
parent c42bd33b8c
commit 148016793e
7 changed files with 24 additions and 268 deletions

View file

@ -1,9 +1,29 @@
# dotfiles
My Linux configuration files.
This repository contains all of my configuration files for my current Arch Linux installation and an install script so I can quickly replicate my setup.
## Features
- i3-Configuration
While the configurations are based on my preferences and made my dotfiles public so others can see how I solved specific problems or are looking for some inspiration.
## Installation
The installation is pretty straightforward using a couple of installation scripts.
1. Clone the repository
2. Run ./install.sh
2. Run `./install.sh`
3. Reboot the system
4. Run `./post-install.sh`
## Contents
The list of my used arch packages are found inside the files in `packages`. The files are numbered in the order they are installed, so packages inside `packages.list` are installed first and then packages in `packages2.list` are installed.
The main content of this repository can be found in the `system` folder. It contains all configurations files, directories and script that are get symlinked by my install script.
### `config/dunst`
This folder contains my configuration for the [dunst](https://dunst-project.org) notification daemon.
- Standard dotfiles (.bashrc, .aliases, etc...)
- [i3wm](https://i3wm.org/) configuration
- [Polybar](https://polybar.github.io/) configuration
- [Termite](https://github.com/thestinger/termite) configuration
- Notifications using [dunst](https://dunst-project.org/)
- GTK configuration
- [Vim](https://www.vim.org/) configuration
- Custom scripts for different tasks