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.
- Host: GitHub
- URL: https://github.com/scottgreenup/desktop
- Owner: scottgreenup
- Created: 2016-07-31T06:26:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T22:07:04.000Z (over 7 years ago)
- Last Synced: 2024-07-29T17:03:47.707Z (almost 2 years ago)
- Topics: awesomewm, bash, dotfiles, lightdm, vim, vimrc
- Language: Shell
- Homepage:
- Size: 10.5 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```