gonstoll / dotfiles

My configurations for Neovim, WezTerm, tmux, git, zsh, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gonzalo Stoll's dotfiles

Dotfiles screenshot

Dotfiles screenshot with debugging tools

These are my dotfiles. They are not meant to be used as is, but feel free to take whatever you want from them.

Features

Installation

Clone this repo and execute the install script:

git clone --recurse-submodules https://github.com/gonstoll/dotfiles.git ~/dotfiles
chmod +x ~/dotfiles/install.sh
~/dotfiles/install.sh

First, this script will let you choose whether to install or not a set of scripts for some base configuration:

  • Homebrew and a set of packages (find them here)
  • MacOS settings (things like key-repeat rate, menu bar icons. It even features mczachurski's wallpapper to let you easily setup dynamic wallpapers)
  • Runtime scripts (like npm global packages)

Then, it will install the aforementioned features by symlinking them to their corresponding locations.

About

My configurations for Neovim, WezTerm, tmux, git, zsh, and more

License:MIT License


Languages

Language:Shell 52.2%Language:Lua 46.8%Language:JavaScript 0.7%Language:Ruby 0.3%