https://github.com/platypew/dotfiles-linux
A place to dump dotfiles for any Linux
https://github.com/platypew/dotfiles-linux
Last synced: 3 months ago
JSON representation
A place to dump dotfiles for any Linux
- Host: GitHub
- URL: https://github.com/platypew/dotfiles-linux
- Owner: PlatyPew
- Created: 2023-07-15T12:19:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T03:20:28.000Z (3 months ago)
- Last Synced: 2025-02-21T04:24:22.307Z (3 months ago)
- Language: Shell
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles for Linux
Dotfiles managed by GNU Stow
## Installation
Warning: This will override any existing configuration you have
```bash
git clone --depth=1 https://github.com/PlatyPew/dotfiles-linux.git ~/dotfiles && \
cd ~/dotfiles && stow -v --adopt */ && git restore . && \
zsh -c "source ~/.zshrc && zgenom update && fast-theme CONFIG:catppuccin-mocha && bat cache --build" && \
~/.tmux/plugins/tpm/scripts/install_plugins.sh && \
nvim -c "lua require('lazy').restore({wait = true})" +qa
```