mkwlf / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My config on macOS and Ubuntu in WSL.

Installation

  1. clone this repo git clone git@github.com:mkwlf/dotfiles_windows.git ~/.dotfiles
  2. link git config ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig
  3. link global gitignore config ln -s ~/.dotfiles/git/gitignore ~/.gitignore currently only supported on macOS
  4. copy and edit .gitconfig.local: cp ~/.dotfiles/git/gitconfig.local && vim ~/.gitconfig.local
  5. link nvim config ln -s ~/.dotfiles/nvim ~/.config/nvim
  6. link vim config ln -s ~/.dotfiles/vim/vimrc ~/.vimrc

zsh

  1. install oh-my-zsh
  2. install thefuck:
  • ubuntu sudo apt-get install thefuck
  • macOS brew install thefuck
  1. remove default zshrc: rm ~/.zshrc
  2. link zshconfig ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc
  3. install starship

environments

  1. install nvm for node version management

Resources

About

my dotfiles


Languages

Language:Lua 74.8%Language:Shell 14.2%Language:Vim Script 10.9%