Dotfiles for macos, zsh
Font used:
- Fira Code 12px
- Hack Nerd 13px (For Non-ASCII)
- Horizontal Spacing 101
- Vertical Spacing 100
Color: Onedark
Please review the code and remove the thing you don't want first, DO NOT blindly use this unless you know what it does.
- ohmyzsh
- p10k
- vim
- tmux
$ cd $HOME
$ echo ".cfg" >> .gitignore
$ git clone https://github.com/y-pakorn/dotfiles.git $HOME/.cfg
$ alias config='/usr/bin/git --git-dir=$HOME/.cfg/.git --work-tree=$HOME'
$ config config --local status.showUntrackedFiles no
$ config checkout
This config use vim-plug for plugin manager and various plugin, mainly for Python, Dart, Rust, JavaScript, and Markdown.
vim ~/.vimrc
:PlugInstall
:so %
This config use coc-vim for format, lint, autocomplete, and other thins lsp provide.
To configure and add extentions for coc, please refer to this