moritasoshi / dotfiles

Dotfiles for setting up a development environment with ease.
0 stars 0 forks source link
dotfiles fish neovim tmux

dotfiles

Contents

Setup

eval "$(wget -qO- https://raw.githubusercontent.com/moritasoshi/dotfiles/refs/heads/main/boot.sh)"

Application Configurations

fish

Change your login shell to fish.

If you are in the bash/zsh session, then

chsh -s $(which fish)

If you are in the fish session, then

chsh -s (command -s fish)

Font Resources