Skip to content

rokiyama/dotfiles

Repository files navigation

dotfiles

Setup

# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# init
curl -sSLo- https://raw.githubusercontent.com/rokiyama/dotfiles/master/init.sh | bash

# or setup for Linux
curl -sSLo- https://raw.githubusercontent.com/rokiyama/dotfiles/master/scripts/setup.sh | bash

Update submodules

git submodule update

memo

# set git username
git config --local user.name rokiyama && git config --local user.email '[email protected]'

set -l USERNAME rokiyama && set -l USEREMAIL [email protected] && git filter-branch -f --env-filter "GIT_AUTHOR_NAME='$USERNAME'; GIT_AUTHOR_EMAIL='$USEREMAIL'; GIT_COMMITTER_NAME='$USERNAME'; GIT_COMMITTER_EMAIL='$USEREMAIL';" HEAD

# install neovim (on debian)
sudo apt-add-repository -y ppa:neovim-ppa/unstable && sudo apt update && sudo apt install -y neovim python3-neovim && sudo apt remove -y vim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published