Skip to content

corteccia/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

There are my personal dotfiles for vim, tmux, zsh and git. Those would update some time.

Prerequisites

  • installed zsh; it can be done via sudo apt install zsh;

  • installed vim; it can be done via sudo apt install vim;

  • installed tmux; it can be done via sudo apt install tmux;

  • installed oh-my-zsh; it can be done via curl:

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

don't forget to remove ~/.zshrc after installing since dotbot will install the new one;

Usage

Git clone it. Go to the directory and simply run:

./install

You will see output with links that would be created. Isn't it great? After it and after new changes you will probably need to do this:

source ~/.zshrc
tmuxconfig

After the first source you will be able to source zshrc via zshconfig.

Ready! You are fabulous!

How to update VSCode extensions

To update vscode extensions list, you need to run the following:

code --list-extensions > vscode/extensions.txt

About

Dotfiles :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors