Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lihop/dotfiles
- Owner: lihop
- Created: 2014-12-12T04:52:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T04:11:34.000Z (over 3 years ago)
- Last Synced: 2023-02-27T04:22:45.812Z (almost 2 years ago)
- Language: Haskell
- Homepage:
- Size: 3.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```