Compare commits
No commits in common. "7ef9cce9fce978ab93a4f4e8ec60c5d8372fdbb2" and "28f8f86810d4d93223917cc85a950bf8813f2fdb" have entirely different histories.
7ef9cce9fc
...
28f8f86810
|
|
@ -12,4 +12,3 @@ set smartindent
|
|||
set smarttab
|
||||
set softtabstop=2
|
||||
set mouse=a
|
||||
set number
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ SHELL=zsh sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh
|
|||
echo "Setting ZSH as default."
|
||||
echo "exec zsh" >> "$HOME/.bash_profile"
|
||||
|
||||
wget https://gitea.cpy.re/Chocobozzz/unixconf/raw/master/config/zshrc -O ~/.zshrc
|
||||
wget https://gitea.cpy.re/Chocobozzz/unixconf/raw/master/config/vimrc -O ~/.vimrc
|
||||
wget https://gitlab.cpy.re/florian/unixconf/raw/master/config/zshrc -O ~/.zshrc
|
||||
wget https://gitlab.cpy.re/florian/unixconf/raw/master/config/vimrc -O ~/.vimrc
|
||||
|
|
|
|||
Loading…
Reference in New Issue