-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Leon Senft edited this page Jul 7, 2022
·
6 revisions
-
Install fish and make it the default shell.
-
Make a bare clone of this repository:
git clone --bare [email protected]:leonsenft/dotfiles.git $HOME/.dotfiles
-
Checkout the source into
$HOME
:git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
-
Hide untracked files:
dot config --local status.showUntrackedFiles no
-
Install vim-plug:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
Open
vim
and run:PlugInstall
to install plugins. -
Install tpm:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
-
Open a
tmux
session and pressprefix
+ I to install plugins.