Skip to content

This repository contains my personal configuration files, commonly known as dotfiles, for setting up and customizing my development environment. These configurations help in maintaining a consistent setup across different machines and improve productivity by optimizing workflows.

Notifications You must be signed in to change notification settings

orlovcs/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Ansible Command

    ansible-playbook -vvv --ask-become-pass -i inventory.yml --limit localhost install_shell.yml

Terminal Setup

  1. Install Zsh:

    sudo apt-get install zsh
  2. Install Oh My Zsh:

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  3. Replace your .zshrc with the template included in Oh My Zsh:

    cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
    source ~/.zshrc
  4. Install Powerline:

    git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
  5. Install Menlo Powerline font for VS Code:

    git clone https://github.com/abertsch/Menlo-for-Powerline.git
    cd Menlo-for-Powerline
    cp "Menlo for Powerline.ttf" ~/.fonts
    fc-cache -vf ~/.fonts
  6. Install Zsh Autosuggestions:

    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

About

This repository contains my personal configuration files, commonly known as dotfiles, for setting up and customizing my development environment. These configurations help in maintaining a consistent setup across different machines and improve productivity by optimizing workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published