Skip to content

xstrex/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zsh

install zsh

Install oh-my-zsh

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

Download zsh conf

curl https://raw.githubusercontent.com/xstrex/dotfiles/main/.zshrc -o ~/.zshrc

Download zsh theme

curl https://raw.githubusercontent.com/xstrex/dotfiles/main/morphx.zsh-theme -o ~/.oh-my-zsh/custom/themes/morphx.zsh-theme

Source env

source ~/.zshrc

Tmux

install tmux

Download tmux conf

curl https://raw.githubusercontent.com/xstrex/dotfiles/main/.tmux.conf -o ~/.tmux.conf

Install TPM

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Download tmux theme

curl https://raw.githubusercontent.com/xstrex/dotfiles/main/morphx.tmux -o ~/.tmux/plugins/morphx.tmux
chmod 755 ~/.tmux/plugins/morphx.tmux

VI

install vim

Install Vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Install VIm Pathogen

mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

Download vimrc

curl https://raw.githubusercontent.com/xstrex/dotfiles/main/vimrc -o ~/.vim/vimrc

Launch vim

:PlugInstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published