Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanishqmanuja/.dotfiles
My dotfiles 🗃️
https://github.com/tanishqmanuja/.dotfiles
dotfiles nvim tmux zsh
Last synced: 1 day ago
JSON representation
My dotfiles 🗃️
- Host: GitHub
- URL: https://github.com/tanishqmanuja/.dotfiles
- Owner: tanishqmanuja
- Created: 2024-01-21T10:52:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T07:31:27.000Z (9 months ago)
- Last Synced: 2024-11-08T23:54:23.436Z (about 2 months ago)
- Topics: dotfiles, nvim, tmux, zsh
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tanishq's Dotfiles
This repo uses [stow][] to manage the symlinks, but you don't **have** to --
you can also just individually symlink the contents of each directory directly
into your home.If you want to use stow, clone this repository into `~/.dotfiles` and do
```sh
cd ~/.dotfiles
stow --restow */
```stow will automatically symlink the contents of each "package" into the parent
directory from where it is invoked (i.e. your home directory), that's why it
is important to clone this repository directly into your home directory. If
you cloned the repository somewhere else, you can use the `--target`
parameter.```sh
cd ~/path/to/dotfiles
stow --target=$HOME --restow */
```[stow]: https://www.gnu.org/software/stow/