https://github.com/cerebnismus/dotfiles
a list of my dotfiles
https://github.com/cerebnismus/dotfiles
config dotfiles dotfiles-linux dotfiles-macos tmux zsh
Last synced: 4 months ago
JSON representation
a list of my dotfiles
- Host: GitHub
- URL: https://github.com/cerebnismus/dotfiles
- Owner: cerebnismus
- Created: 2025-01-14T05:36:44.000Z (9 months ago)
- Default Branch: development
- Last Pushed: 2025-04-17T22:09:16.000Z (6 months ago)
- Last Synced: 2025-06-07T16:54:49.206Z (4 months ago)
- Topics: config, dotfiles, dotfiles-linux, dotfiles-macos, tmux, zsh
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**dotfiles**
## Pre-Installation
General Requirements · macOS X Ventura 13.7.5 or later · Minimum 8GB Memory
Before running the installer, make sure the required dependencies are installed.```sh
brew install vim git tmux curl fzf powerlevel10k
sudo apt install -y vim git tmux curl fzf powerlevel10k
sudo yum install -y vim git tmux curl fzf powerlevel10k
```#### **Run the installer**
```sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/cerebnismus/dotfiles/refs/heads/development/Scripts/install.sh)"
```