https://github.com/horothesun/dotfiles
https://github.com/horothesun/dotfiles
alacritty alacritty-config btop dotfiles gh-cli lynx rcfiles starship-prompt vim vimrc zsh zshrc
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/horothesun/dotfiles
- Owner: horothesun
- Created: 2020-06-13T21:27:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T16:07:48.000Z (8 months ago)
- Last Synced: 2025-02-09T17:23:18.369Z (8 months ago)
- Topics: alacritty, alacritty-config, btop, dotfiles, gh-cli, lynx, rcfiles, starship-prompt, vim, vimrc, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Dependencies
- GNU Stow ([reference video](https://www.youtube.com/watch?v=CFzEuBGPPPg))
## Setup
```bash
cd ~ ; git clone git@github.com:horothesun/dotfiles.git ; cd dotfiles
```## Alacritty specific
After using `stow`, run
```bash
cp alacritty/alacritty_new_window_same_dir.sh /usr/local/bin/alacritty_new_window_same_dir.sh
```> Note: creating a symbolic link to the bash script doesn't work.
## Examples
### Stow
```bash
stow --simulate --no-folding --verbose --target ~ alacritty
```### Re-stow
```bash
stow --simulate --no-folding --restow --verbose --target ~ alacritty
```### Unstow
```bash
stow --simulate --verbose --delete --target ~ alacritty
```### Adopt
First create same `~`-based `` folder _and file structure_ in `dotfiles/`, then
```bash
stow --simulate --adopt --verbose --target ~
```