Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 881 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 881 Bytes

Configurations of my Dev Environment

Use my actual Alacritty settings

  • Make the alacritty directory in .config

    mkdir $HOME/.config/alacritty
    
  • Copy the alacritty.toml of the repo into the config of alacritty

    cp ./alacritty.toml $HOME/.config/alacritty
    

Use my actual Tmux settings

  • Copy the .tmux.conf of the repo into the home directory

    cp ./.tmux.conf $HOME
    

Important

It's necessary that after you do this, press Ctrl-a and then Shift-I to install all the necessary TPM plugins