Skip to content

sophie-72/dotfiles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published