trying to fix scripted mess 1

This commit is contained in:
Christoph J. Scherr 2023-01-19 22:08:56 +01:00
parent b92afa671c
commit 105b996cb7
7 changed files with 10 additions and 42 deletions

View File

@ -1,15 +0,0 @@
#!/bin/bash
mkdir -p etc/xdg
mkdir -p etc/
mkdir -p home/
mkdir -p usr/share
cp -fr ~/.wakeonlan ./home
cp -fr /etc/vimrc ./etc/vimrc
cp -fr /etc/tmux.conf ./etc/tmux.conf
cp -fr /etc/xdg/nvim ./etc/xdg/nvim/
cp -fr ~/.zsh ./home/
cp -fr ~/.zshrc ./home/
cp -fr ~/.p10k.zsh ./home
cp -fr ~/.gitconfig ./home
#cp -fr /usr/share/fzf ./usr/share/fzf

View File

@ -1,12 +0,0 @@
#!/bin/bash
mkdir -p /etc/xdg
mkdir -p /home/
mkdir -p /usr/share
cp -fr ./etc/vimrc /etc/vimrc
cp -fr ./home/.* ~
cp -fr ./home/* ~
cp -fr ./usr/share/* /usr/share/
cp -fr ./etc/* /etc
ln ~/.zsh/zshrc ~/.zshrc

View File

@ -1,11 +0,0 @@
#!/bin/bash
mkdir -p /etc/xdg
mkdir -p /home/
mkdir -p /usr/share
cp -fr ./etc/* /etc/
cp -fr ./home/.zsh-server ~
cp -fr ./usr/share/* /usr/share/
cp -fr ./etc/* /etc
ln ~/.zsh-server/zshrc ~/.zshrc

10
desktop-config.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
cp -r $(pwd)/home/.gitconfig ~
cp -r $(pwd)/home/.p10k.zsh ~
cp -r $(pwd)/home/.zsh ~
cp -r $(pwd)/home/.wakeonlan ~
ln ~/.zsh/zshrc ~/.zshrc
cp -r $(pwd)/etc/* /etc
cp -r $(pwd)/usr/* /usr

View File

@ -1 +0,0 @@
58:48:22:3A:BC:5D 192.168.178.26

View File

@ -1 +0,0 @@
/home/plex/.zsh/zshrc

View File

@ -1,2 +0,0 @@
# Neovim
for neovim, vimplugged needs to be installed seperately.