Skip to content

artanikin/.dotfiles

Repository files navigation

Dotfiles

dotfiles

This repository is managed by GNU stow.

Table of Contents

Installation

Clone repo to ~/.dotfiles holder:

Brew Packages

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
cd ~/.dotfiles/brew/.config/brew
brew bundle

Git

cd ~/.dotfiles
stow -v git

Zsh

Link to config files

cd ~/.dotfiles
stow -v zsh

Install Zplug

git clone https://github.com/zplug/zplug ~/.zplug

Tmux

Link to config file

cd ~/.dotfiles
stow -v tmux

Install Tmux Plugin Manager

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

Open Tmux sessions and press Ctrl+I for install plugins

Neovim

cd ~/.dotfiles
stow -v nvim

Scripts

cd ~/.dotfiles
stow -v bin

Developer configs

cd ~/.dotfiles
stow -v dev