llun / dotfiles

My Shell environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal dotfiles and environment setup

  1. Install nvm for node.js
  2. Install homebrew
  3. Clone dotfiles and init all dependencies git submodule update --init
  4. Link the .vimrc and .vim from dotfiles to home directory
  5. Open vim and run VundleInstall
  6. Link .tmux.conf to home directory

Configure git

git config --global user.name "Maythee Anegboonlap"
git config --global user.email contact@llun.dev
git config --global core.editor vim
git config --global init.defaultBranch main

About

My Shell environment


Languages

Language:Dockerfile 37.0%Language:Vim Script 33.2%Language:Shell 29.8%