Compare commits
2 Commits
28f8f86810
...
7ef9cce9fc
| Author | SHA1 | Date |
|---|---|---|
|
|
7ef9cce9fc | |
|
|
1eec3141ed |
|
|
@ -12,3 +12,4 @@ 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://gitlab.cpy.re/florian/unixconf/raw/master/config/zshrc -O ~/.zshrc
|
||||
wget https://gitlab.cpy.re/florian/unixconf/raw/master/config/vimrc -O ~/.vimrc
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue