https://github.com/lihop/dotfiles
Configuration files for bash, xmonad, X client, and other applications.
https://github.com/lihop/dotfiles
Last synced: 2 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T04:11:34.000Z (over 4 years ago)
- Last Synced: 2025-02-16T19:13:41.984Z (5 months ago)
- Language: Haskell
- Homepage:
- Size: 3.84 MB
- Stars: 2
- Watchers: 3
- 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
```