Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 1.95 KB

README.md

File metadata and controls

67 lines (51 loc) · 1.95 KB

dotfiles

Clone the repository

git clone https://github.com/sophie-72/dotfiles.git

Or clone the repository as a bare repository

Warning It may overwrites existing files in your home directory. Please ensure to backup any important files before proceeding.

git clone --bare https://github.com/sophie-72/dotfiles.git $HOME/.dotfiles

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

dotfiles checkout

dotfiles config --local status.showUntrackedFiles no

Setup

Note: yay needs to be installed to run setup.sh

chmod +x setup.sh

./setup.sh

Replace the new .zshrc created by oh-my-zsh install by the old one and change shell

Reboot after changing shell

rm .zshrc

mv .zshrc.pre-oh-my-zsh .zshrc

source $HOME/.zshrc

chsh -s /usr/bin/zsh

Install plugins for neovim

# Enter in neovim
nvim

# Run the following command in neovim
:PlugInstall