Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adwinying/dotfiles
There's no place like ~/
https://github.com/adwinying/dotfiles
alacritty archlinux awesomewm dotfiles i3wm iterm2 lazygit macos neovim stow tmux vim yabai zsh
Last synced: 4 months ago
JSON representation
There's no place like ~/
- Host: GitHub
- URL: https://github.com/adwinying/dotfiles
- Owner: adwinying
- License: wtfpl
- Created: 2017-12-03T10:47:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T02:09:27.000Z (6 months ago)
- Last Synced: 2024-09-27T13:41:25.940Z (4 months ago)
- Topics: alacritty, archlinux, awesomewm, dotfiles, i3wm, iterm2, lazygit, macos, neovim, stow, tmux, vim, yabai, zsh
- Language: Lua
- Homepage:
- Size: 2.14 MB
- Stars: 27
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .files
Automagically configure dotfiles for terminal environment.## Prerequisites
- [GNU Stow](http://www.gnu.org/software/stow/)## Instructions
1. Clone the repository:
```bash
$ git clone https://github.com/adwinying/dotfiles .dotfiles
```2. Use GNU Stow to symlink the dotfiles of the modules:
```bash
$ cd .dotfiles
$ stow -v git
$ stow -v tmux
$ stow -v vim
$ stow -v zsh
```3. For macOS, there is also an optional install script:
```bash
$ ./macos.sh
$ brew bundle
```## Uninstall
```bash
$ stow -vD git
```## See Also
- [nix-config](https://github.com/adwinying/dotfiles/tree/master/nix-config)