Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lihop/dotfiles

Configuration files for bash, xmonad, X client, and other applications.
https://github.com/lihop/dotfiles

Last synced: about 16 hours ago
JSON representation

Configuration files for bash, xmonad, X client, and other applications.

Awesome Lists containing this project

README

        

Installation
------------
1. Install the dotfiles package using [this](https://github.com/lihop/nixos/blob/master/pkgs/dotfiles.nix) nix expression.
2. Run the command `dotfiles-update`.

Usage
-----
```
cd ~/.dotfiles
```
To symlink all the dotfiles:
```
for dir in */; do stow $dir; done
```
To symlink the dotfiles of an individual application (e.g. xmonad):
```
stow xmonad
```
To remove the symlink:
```
stow -D xmonad
```