https://github.com/foxfirecodes/dotfiles
my overly customized dotfiles for *nix
https://github.com/foxfirecodes/dotfiles
conky dotfiles git linux neovim tmux zsh
Last synced: 12 months ago
JSON representation
my overly customized dotfiles for *nix
- Host: GitHub
- URL: https://github.com/foxfirecodes/dotfiles
- Owner: foxfirecodes
- Created: 2019-04-06T03:12:25.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T19:33:10.000Z (about 1 year ago)
- Last Synced: 2025-03-18T17:14:27.498Z (12 months ago)
- Topics: conky, dotfiles, git, linux, neovim, tmux, zsh
- Language: Shell
- Homepage:
- Size: 439 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
> my personal dotfiles for \*nix.
## [Wallpapers](WALLPAPERS.md)
## setup
In order to set up all these config files for yourself, simply clone the repository and run the `setup.sh` script. Example:
```bash
git clone --recursive https://github.com/foxfirecodes/dotfiles.git
cd dotfiles
./setup.sh
```