mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 18:14:47 +01:00
rm cat.run
This commit is contained in:
parent
b010d99904
commit
51eac84281
15
cat.run
15
cat.run
@ -1,15 +0,0 @@
|
||||
#!/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
|
||||
cat vimrc > ~/.vimrc
|
||||
mkdir -p ~/.gnupg
|
||||
cat gpg.conf > ~/.gnupg/gpg.conf
|
||||
cat xsessionrc > ~/.xsessionrc
|
||||
cat pastebinit.xml > ~/.pastebinit.xml
|
||||
chmod 644 ~/.oidentd.conf
|
||||
chmod 711 ~
|
||||
|
||||
# vim : set ft=sh :
|
Loading…
Reference in New Issue
Block a user