Skip to content

Commit

Permalink
feat: add install script of centos.oh-my-zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrjman committed Jun 8, 2021
1 parent 14e9f40 commit 8691443
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CentOS/installation/oh-my-zsh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
yum install zsh -y
chsh -s /bin/zsh root
echo $SHELL
yum install wget git -y
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh

/bin/cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
source ~/.zshrc
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}

0 comments on commit 8691443

Please sign in to comment.