My dotfiles
- Ubuntu
-
Download
cd ~ git clone https://github.com/shutils/dotfiles.git cd dotfiles
-
Install zsh
sudo apt update sudo apt install zsh
-
Change shell
Note: If you make a mistake, the shell may not start.chsh -s /usr/bin/zsh zsh
-
Install Homebrew
Check the Homebrew homepage for details
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" exec zsh
-
Install mise
Check the mise homepage for details
curl https://mise.run | sh touch ~/.localenv.zsh echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.localenv.zsh source ~/.localenv.zsh
-
Install other
Note: install_tools.sh only installs tools that are not already installed. Depending on the distribution, older versions of git, tmux, etc. may be installed, so we recommend installing the latest version.
./installer/install.sh
for Ubuntu
./installer/ubuntu/install_tools.sh
for arch
./installer/arch/install_tools.sh
-
Change font
Please change the font to NerdFonts.
I use Cica which is like to NerdFonts. -
Setup zsh
exec zsh
Please complete setting Powerlevel10k
-
Setup node
-
Setup ghq root
Set ghq root in your .gitconfig as below
[ghq] root=~/go/src
-
neovim plugin install
nvim
You can try out my neovim environment using docker.
Please check the README in the trial directory for details.