Skip to content

Personal shell, git and text editor configuration files.

Notifications You must be signed in to change notification settings

maclong9/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Configuration files for zsh, tmux, git and vim.

Usage

git clone https://github.com/maclong9/dotfiles .config

for file in .config/*(D); do
  if [[ $file:t != ".git*" && $file:t != "README.md" && $file:t != "nvim" ]]; then
    ln -s "$file" "$HOME/.${file:t}"
  fi
done

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

source $HOME/.zshrc