Skip to content

merwane/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install dependencies

sudo apt update
sudo apt install -y curl git vim tmux

Install zsh+ohmyzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Copy dotfiles

cp .vimrc $HOME
cp .tmux.conf $HOME
cp .vim $HOME

Install vim plugins (in vim)

:PlugInstall

Releases

No releases published

Packages

No packages published