Skip to content

farukerdem34/zsh-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing And Setting ZShell As Default Shell

sudo apt-get install zsh -y &&\
sudo chsh -s /bin/zsh $USER

Installation Script (All Vim, Tmux, ZShell Included)

curl https://raw.githubusercontent.com/farukerdem34/zsh-conf/master/setup | zsh 

Vim Configurations

curl -o $HOME/.vimrc https://raw.githubusercontent.com/farukerdem34/zsh-conf/master/.vimrc 

Tmux Configurations

curl -o $HOME/.tmux.conf "https://raw.githubusercontent.com/farukerdem34/zsh-conf/master/.tmux.conf"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published