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

https://github.com/scottgreenup/desktop

These are my dotfiles.
https://github.com/scottgreenup/desktop

awesomewm bash dotfiles lightdm vim vimrc

Last synced: 6 months ago
JSON representation

These are my dotfiles.

Awesome Lists containing this project

README

          

# Desktop

## Upcoming Changes

- Moving configuration management to Ansible

## Overview

These are my updated dotfiles, that I am using on a daily basis.

This comes with a clean and "safe" deploy script. This will symbolically link
config files for, and more; please read the `./deploy.sh` script.

- Terminal Coloring
- Xresources
- xmodmaprc
- lightdm
- bashrc
- vim
- vimrc

## Installation

Use `./deploy.sh` after installing the packages from `./packages`

## Adding Submodule

```
$ git submodule add -- url.com/a/b submodules/a/b
$ vim deploy.sh
# Change it to make symlinks
```