Compare commits

..

2 Commits

Author SHA1 Message Date
Chocobozzz 7ef9cce9fc
Use gitea 2024-04-23 09:11:18 +02:00
Chocobozzz 1eec3141ed
Add line number for vim 2022-07-22 14:37:30 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -12,3 +12,4 @@ set smartindent
set smarttab
set softtabstop=2
set mouse=a
set number

View File

@ -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