Skip to content

akoken/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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