Skip to content

ckateraas/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Configuration files for:

  • Git
  • Tmux
  • Fish
  • Vim

Local setup

First, clone this repo to your machine.

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

Then run install.sh, which helps you install and setup configuration files for those packages.

cd dotfiles
./install.sh

Congrats, you have now completed the setup! On your next login, your shell will be Tmux running in Fish.

Remote server setup

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published