An open API service indexing awesome lists of open source software.

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

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)"
```