Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages