Skip to content

Xelofan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install using Ansible

Using wget

sh -c "$(wget -O- https://dot.xelofan.hu)"
wget -O- https://dot.xelofan.hu | bash

Using curl

curl -L https://dot.xelofan.hu | bash

Quick Installation

git clone https://github.com/Xelofan/dotfiles && \
    sudo apt install zsh -y && \
    sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && \
    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions && \
    cp dotfiles/zshrc ~/.zshrc

Oh My Zsh

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

ZSH Theme:

alanpeabody

ZSH Plugins:

git brew ansible timer zsh-autosuggestions zsh-syntax-highlighting

ZSH Autosuggestions:

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

ZSH Syntax Highlighting:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages