💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › debian › updateHomeNoGui… captured on 2024-08-18 at 18:53:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

🚧 View Differences

-=-=-=-=-=-=-

systemSetup

Log

Files

Refs

README

LICENSE

updateHomeNoGui.sh (1230B)

     1 mkdir ~/tmp/
     2 cp ../dotfiles/.bash_aliases ~/
     3 cp ../dotfiles/.bashrc ~/
     4 cp ../dotfiles/.gdbinit ~/
     5 cp ../dotfiles/.gitconfig ~/
     6 cp -R ../dotfiles/.gittemplates ~/
     7 cp ../dotfiles/.tmux.conf ~/
     8 mkdir ~/.vim
     9 cp -R ../dotfiles/.vim/* ~/.vim/
    10 cp ../dotfiles/.vimrc ~/
    11 mkdir ~/bin
    12 cp ../dotfiles/new.sh ~/bin/
    13 cp ../dotfiles/gf ~/bin/
    14 cp ../dotfiles/gre ~/bin/
    15 cp ../dotfiles/mk.sh ~/bin/
    16 cp ../dotfiles/updateXapianIndex.sh ~/bin/
    17 cp ../dotfiles/xapianOmegaSearch.sh ~/bin/
    18 cp ../dotfiles/ref.sh ~/bin/
    19 cp ../dotfiles/ug.sh ~/bin/
    20 cp ../dotfiles/gle.sh ~/bin/
    21 cp ../dotfiles/gdf.sh ~/bin/
    22 cp ../dotfiles/vop.c ~/bin/
    23 cp ../dotfiles/N.sh ~/bin/
    24 cp ../dotfiles/pl.sh ~/bin/
    25 cp ../dotfiles/c.sh ~/bin/
    26 sheepy -c ~/bin/vop.c
    27 cp ../dotfiles/gop ~/bin/
    28 cp ../dotfiles/,,.sh ~/bin/
    29 mkdir ~/.gnupg
    30 cp ../dotfiles/gpg-agent.conf ~/.gnupg/
    31 mkdir ~/.ssh
    32 chmod 700 ~/.ssh
    33 cp ../dotfiles/.ssh/config ~/.ssh/
    34 mkdir ~/.w3m
    35 cp ../dotfiles/.w3m/config ~/.w3m/
    36 
    37 # mc
    38 mkdir -p ~/.config/mc
    39 cp -R ../dotfiles/mc/* ~/.config/mc/
    40 
    41 # ranger sixel/mlterm configuration
    42 mkdir -p ~/.config/ranger/colorschemes
    43 cp ../dotfiles/rc.conf ~/.config/ranger/
    44 cp ../dotfiles/default.py ~/.config/ranger/colorschemes/
    45 
    46 # save current commit in home
    47 ./systemSetupCommit.sh