Skip to content

hayapo/dotfiles

Repository files navigation

.__                                             .___      __    _____.__.__                 
|  |__ _____  ___.__._____  ______   ____     __| _/_____/  |__/ ____\__|  |   ____   ______
|  |  \\__  \<   |  |\__  \ \____ \ /  _ \   / __ |/  _ \   __\   __\|  |  | _/ __ \ /  ___/
|   Y  \/ __ \\___  | / __ \|  |_> >  <_> ) / /_/ (  <_> )  |  |  |  |  |  |_\  ___/ \___ \ 
|___|  (____  / ____|(____  /   __/ \____/  \____ |\____/|__|  |__|  |__|____/\___  >____  >
     \/     \/\/          \/|__|                 \/                               \/     \/ 

hayapo dotfiles

Installation

Clone the repo

git clone https://github.com/hayapo/dotfiles.git

Setting up

# help: ./dotfiles.sh -h
cd dotfiles
sudo chmod +x $HOME/dotfiles

# 上から順に実行していく
./dotfiles.sh install
./dotfiles.sh link

# ログインシェルの変更
echo "/home/linuxbrew/.linuxbrew/bin/zsh" | sudo tee /etc/shells
sudo chsh -s /home/linuxbrew/.linuxbrew/bin/zsh hayapo

# node install (after brew bundle)
nvm install --lts
nvm use --lts

# copy wezterm config to windows
cp $HOME/dotfiles/.config/wezterm/.wezterm.lua /mnt/c/Users/hayat/.wezterm.lua

# copy imgs
cp -r ~/dotfiles/wallpaper /mnt/c/Users/hayat/Pictures

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published