mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 20:02:31 +01:00
8db4706d45
Thank you for everyone who I have copied in this :) (Debian /usr/vim/vimrc and nyuszika7h)
9 lines
261 B
Bash
Executable File
9 lines
261 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
|
|
#cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much.
|
|
cat vimrc > ~/.vimrc
|
|
|