Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 773 Bytes

README.md

File metadata and controls

50 lines (43 loc) · 773 Bytes

dotted

All my config files

Usage

git clone https://github.com/mo1ein/dotted.git
cd dotted
  • Vim

    First , Install Vim-plug then:

    cp .vimrc ~/
    

    For show icons install this font: https://www.nerdfonts.com/font-downloads

    sudo cp *.ttf /usr/share/fonts/
    sudo fc-cache -fv
    

    Go to vim and type : :PlugInstallto download plugins :)

  • Zsh

    cp .zshrc ~/
    
  • tmux

    cp .tmux.conf ~/
    
  • git

    cp .config/git ~/.config/
    

    And

    cp .gitconfig ~/
    
  • i3

    cp -r .config/i3 .config/i3status ~/.config/
    
  • MOC

    cp config ~/.moc/
    

alt text