Skip to content

mtshiba/dotfiles

Repository files navigation

Setup

The dotfiles directory should be placed under the home directory.

chmod +x dotfiles/install.sh
cd ~/dotfiles
# If you put `dotfiles` outside of $HOME, edit the $DOTPATH in `install.sh`.
./install.sh # don't execute as root (sudo)

Once oh-my-zsh is installed, the zsh shell will be newly started, and you should exit once.

zsh_exit

Oh-my-zsh may replace .zshrc with .zshrc.pre-oh-my-zsh. Fix it.

rm ~/.zshrc
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc

Font

  • powerlevel10k uses Nerd font. I recommend 'Meslo Nerd Font'. Run the following command and install it.
curl -fLo "MesloNerdFont.ttf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Meslo/M/Regular/MesloLGMNerdFontMono-Regular.ttf

About

personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published