mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-13 03:49:22 +01:00
894b38dff2
I am Vim user nowadays. By the way, Vim seems to have nice syntax highlighting even with git commits. nyuszika7h: Do you happen to have good suggestions to my vimrc? :P ^^ is ping to my channel. I think that I might commit my gitconfig and vimrc soon too.
6 lines
154 B
Bash
Executable File
6 lines
154 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Do not use this script unless you know what you are doing!
|
|
cat bashrc > ~/.bashrc
|
|
cat tmux.conf > ~/.tmux.conf
|
|
cat zshrc > ~/.zshrc
|