https://github.com/FotiadisM/dotfiles
https://github.com/FotiadisM/dotfiles
dotfiles lf linux neovim nvim tmux unix zsh
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/FotiadisM/dotfiles
- Owner: FotiadisM
- Created: 2021-09-21T17:50:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T15:02:22.000Z (about 1 year ago)
- Last Synced: 2025-07-13T08:55:36.445Z (11 months ago)
- Topics: dotfiles, lf, linux, neovim, nvim, tmux, unix, zsh
- Language: Shell
- Homepage:
- Size: 1.84 MB
- Stars: 10
- Watchers: 1
- 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
```