https://github.com/thismarvin/dotfiles
a repository for all my dotfiles
https://github.com/thismarvin/dotfiles
dotf
Last synced: 24 days ago
JSON representation
a repository for all my dotfiles
- Host: GitHub
- URL: https://github.com/thismarvin/dotfiles
- Owner: thismarvin
- Created: 2020-08-09T18:23:12.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-24T16:29:49.000Z (almost 4 years ago)
- Last Synced: 2025-12-31T07:43:04.874Z (5 months ago)
- Topics: dotf
- Language: Lua
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
a repository for all my dotfiles.
## Installation
I use [stow](https://www.gnu.org/software/stow/) to manage my dotfiles.
```bash
git clone https://github.com/thismarvin/dotfiles.git
cd dotfiles
stow -R -t $HOME nvim
```
## Must Have Programs
- [nvim](https://github.com/neovim/neovim)
- [gh](https://github.com/cli/cli)
- [starship](https://github.com/starship/starship)
- [zoxide](https://github.com/ajeetdsouza/zoxide)
- [exa](https://github.com/ogham/exa)
- [fzy](https://github.com/jhawthorn/fzy)
- [fzf](https://github.com/junegunn/fzf)
- [fd](https://github.com/sharkdp/fd)
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- [bat](https://github.com/sharkdp/bat)
- [delta](https://github.com/dandavison/delta)
- [bottom](https://github.com/clementtsang/bottom)
- [sd](https://github.com/chmln/sd)
- [genact](https://github.com/svenstaro/genact)
- [nnn](https://github.com/jarun/nnn)