Configuration files for:
- Git
- Tmux
- Fish
- Vim
First, clone this repo to your machine.
git clone https://github.com/ckateraas/dotfiles.gitThen run install.sh, which helps you install and setup configuration files for those packages.
cd dotfiles
./install.shCongrats, you have now completed the setup! On your next login, your shell will be Tmux running in Fish.
The server-install.sh script installs a different configuration for Tmux and for Fish. Otherwise the two scripts are identical.
- The colors for Tmux are changed to help make it obvious you are on a remote system.
- The Fish config has fewer aliases and does not change the keyboard layout with
setxkbmap.
You can skip cloning the repo with this curl2bash oneliner:
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ckateraas/dotfiles/master/server-install.sh | bash -Or, to avoid curl2bash, clone the repo and run server-install.sh instead of install.sh.