Skip to content

takaneko/dotfiles

Repository files navigation

dotfiles

dotfiles for me.

Install

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

Homebrew はアクア管理外のもの(tmux / git / wget / 言語ランタイム等)だけに絞る。CLI ツール本体は aqua 経由で入れる。

brew install tmux git wget

mise は Homebrew ではなく公式インストーラで入れる(~/.local/bin/mise に入る)。

curl https://mise.run | sh
cd ~
git clone https://github.com/takaneko/dotfiles.git
bash dotfiles/setup.sh
bash dotfiles/scripts/bootstrap-aqua.sh
cd
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -O ~/.git-completion.bash
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -O ~/.git-prompt.sh
echo 'eval "$(fzf --bash)"' > ~/.fzf.bash
git secrets --register-aws --global

About

dotfiles for me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors