Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FotiadisM/dotfiles
https://github.com/FotiadisM/dotfiles
dotfiles lf linux neovim nvim tmux unix zsh
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/FotiadisM/dotfiles
- Owner: FotiadisM
- Created: 2021-09-21T17:50:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T12:16:59.000Z (5 months ago)
- Last Synced: 2024-06-10T00:38:42.118Z (5 months ago)
- Topics: dotfiles, lf, linux, neovim, nvim, tmux, unix, zsh
- Language: Shell
- Homepage:
- Size: 1.89 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
My dotfiles
Feel free to use anything you want.
I highly recommend using [GNU Stow](https://www.gnu.org/software/stow/) for managing your dotfiles. Using a git bare repository gets very messy.## Installation
```bash
git clone https://github.com/FotiadisM/dotfiles.git ~/.dotfiles
cd ~/.dotfiles# using stow
stow
```> You can specify a different location with stow -d \ -t $HOME
## Uninstall
```bash
stow -D
```