Skip to content

puzzlemeter/dotfiles

Repository files navigation

INTRODUCTION

Plugin Manager

lazy vim

Theme

Currently using


Font

use Hack Nerd Font Mono. (Configuration written in .alacritty.yml)

QUICK INSTALL

OSX & Linux setup

brew install neovim

cd $HOME

git clone <THIS REPOSITORY>
./dotfiles/symlink.sh
cd dotfiles
./install.sh

update git config

git config --list

git config --global user.name "YOUR NAME" git config --global user.email "YOUR EMAIL"

Required

Since alacritty not support ligature, I dont't use fira code anymore.

brew tap homebrew/cask-fonts
brew install font-hack-nerd-font

hammerspoon

brew cask install hammerspoon

~/.hammerspoon/init.lua

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"

starship

use starship as prompt

eval "$(starship init zsh)"
eval "$(starship init bash)"

font

brew tap homebrew/cask-fonts
brew cask install font-hack-nerd-font

not in use

Because Starship is more flexible.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors