Skip to content

Installation

Leon Senft edited this page Jul 7, 2022 · 6 revisions
  1. Install fish and make it the default shell.

  2. Make a bare clone of this repository:

    git clone --bare [email protected]:leonsenft/dotfiles.git $HOME/.dotfiles
  3. Checkout the source into $HOME:

    git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
  4. Hide untracked files:

    dot config --local status.showUntrackedFiles no
  5. Install vim-plug:

    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
      https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  6. Open vim and run :PlugInstall to install plugins.

  7. Install tpm:

    git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  8. Open a tmux session and press prefix + I to install plugins.

Clone this wiki locally