https://github.com/waynee95/dotfiles
my config files
https://github.com/waynee95/dotfiles
dotfiles fish linux stow termite vim
Last synced: 6 days ago
JSON representation
my config files
- Host: GitHub
- URL: https://github.com/waynee95/dotfiles
- Owner: waynee95
- License: mit
- Created: 2018-09-30T16:58:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T12:43:47.000Z (about 2 years ago)
- Last Synced: 2024-05-30T14:35:27.601Z (about 2 years ago)
- Topics: dotfiles, fish, linux, stow, termite, vim
- Language: Shell
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
> my collection of [config files](https://dotfiles.github.io/)
## System Setup
- **distro** ubuntu
- **wm** [stumpwm](https://stumpwm.github.io/)
- **terminal** kitty together with tmux
- **browser** firefox
- **shell** zsh with [common](https://github.com/jackharrisonsherlock/common)
- **editor** vim
## Usage
I use [GNU Stow](https://gnu.org/software/stow/) to manage my dotfiles.
```bash
$ git clone https://github.com/waynee95/dotfiles ~/.dotfiles
$ cd ~/.dotfiles
$ stow bash zsh vim # plus whatever else you'd like
```
It will create a symbolic link for each file in your `$HOME` directory. To
delete it, you can use.
```bash
$ stow -D zsh
```
## Inspired by
- https://github.com/JLErvin/dotfiles/
- https://github.com/alexpearce/dotfiles/
- https://gitlab.com/mefff/dotfiles/
- https://www.reddit.com/r/unixporn/
## License
[MIT](LICENSE)