💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › debian › updateHomeNoGui… captured on 2023-01-29 at 11:27:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-08-18)

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

systemSetup

Log

Files

Refs

README

LICENSE

updateHomeNoGui.sh (1202B)

     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 mkdir ~/.gnupg
    29 cp ../dotfiles/gpg-agent.conf ~/.gnupg/
    30 mkdir ~/.ssh
    31 chmod 700 ~/.ssh
    32 cp ../dotfiles/.ssh/config ~/.ssh/
    33 mkdir ~/.w3m
    34 cp ../dotfiles/.w3m/config ~/.w3m/
    35 
    36 # mc
    37 mkdir -p ~/.config/mc
    38 cp -R ../dotfiles/mc/* ~/.config/mc/
    39 
    40 # ranger sixel/mlterm configuration
    41 mkdir -p ~/.config/ranger/colorschemes
    42 cp ../dotfiles/rc.conf ~/.config/ranger/
    43 cp ../dotfiles/default.py ~/.config/ranger/colorschemes/
    44 
    45 # save current commit in home
    46 ./systemSetupCommit.sh