8000 GitHub - asashakira/.dotfiles: dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

asashakira/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

Prerequisite

  • Alacritty
  • oh-my-zsh
  • Nerd Fonts
  • tmux
  • Neovim

Install omz

Make sure your default terminal is zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Install nerd fonts

Mac

all nerd fonts

brew tap homebrew/cask-fonts
brew search '/font-.*-nerd-font/' | awk '{ print $1 }' | xargs -I{} brew install --cask {} || true

Neovimrc

https://github.com/asashakira/neovimrc

Install

I really should make an install script

alias dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare https://github.com/asashakira/.dotfiles.git $HOME/.dotfiles
dots checkout
dots config --local status.showUntrackedFiles no

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0