alekssro / dotfiles

My dot files, ready to go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

First of all, download the dotfiles repo:

git clone https://github.com/alekssro/dotfiles

Set up dotfiles

  1. Install zsh
sudo pacman -S zsh    # Arch
sudo apt install zsh  # Debian
sudo yum install zsh  # CentOS
  1. Set zsh as default shell
chsh -s $(which zsh)
  1. Restart session to apply changes

  2. Update git submodules:

cd dotfiles
git submodule init
git submodule update
  1. Run init script: ./init.zsh

  2. Restart the shell or run exec zsh

Optional

Install neofetch

sudo pacman -S neofetch   # Arch
sudo apt install neofetch # Debian
sudo yum install neofetch # CentOS

About

My dot files, ready to go


Languages

Language:Vim Script 72.9%Language:Shell 27.1%