Skip to content

alexchantastic/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal collection of dotfiles.

Requirements

  • zsh - Unix shell
  • Antigen - zsh plugin manager
  • tpm - Tmux plugin manager

Installation

  1. Clone the repo into your home folder
git clone git@github.com:alexchantastic/dotfiles.git .dotfiles
  1. Point to the relevant dotfiles

.zshrc

source ~/.dotfiles/.zshrc

.gitconfig

[include]
    path= ~/.dotfiles/.gitconfig

[user]
    name = YOUR_NAME
    email = YOUR_EMAIL

.config/nvim/init.lua

package.path = package.path .. ";/home/$USER/.dotfiles/?.lua"
require("nvim")

.tmux.conf

source ~/.dotfiles/.tmux.conf

Useful things to install