Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.27 KB

README.md

File metadata and controls

78 lines (53 loc) · 2.27 KB

My Dotfiles

Still a WIP! Use at your own risk.

Homebrew

# Export packages
brew leaves > leaves.txt

# Install packages
xargs brew install < leaves.txt

Neovim Setup

Requirements

Preview

alt text

Shell Setup

Create symlinks for dotfiles:

git clone https://github.com/akoken/dotfiles.git

stow -d "../dotfiles" -t ~/ .

Tmux Setup

Requirements

Installation

Clone the tmux plugin repo:

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Then install the plugins with the following command:

CTRL^ + I

Preview

alt text