Test
This is a test to see if -> % git add -p allows me to stage this hunk / chunk Now 2022-01-22_18:12
ln -s ~/PORTABLE_ENV/zim ~/.config/zim
successfully set up my ssh but not able to avoid username/passphrase dialog. How come?
2020-12-19 - Added new SSH key Dec_2020 as the password method is being deprecated. Stored in /run/media/donaghm/01d4c077-4709-4b5b-9431-087bc9060d68/REPOSITORIES/2programming/ssh/ssh_keys_2020 THEY USE personal access tokens INSTEAD OF PASSWORDS IN THE CLI
tried git config --local core.sshCommand "/usr/bin/ssh -i run/media/donaghm/01d4c077-4709-4b5b-9431-087bc9060d68/REPOSITORIES/2programming/ssh/ssh_keys_2020/id_rsa_GH"
2020-03-05 - I added cheat folders to not lose my edited cheats - using rsync ~/.cheat/* ~/PORTABLE_ENV/cheat/dot_cheat to back them up 2019-08-11 - made the PORTABLE_ENV directory in Github 2019-03-04
2020-04-06 Added folder "droplets" to repo to make setting up website on Digital Ocean easier
2020-04-01 To install oh-my-zsh sudo curl -L http://install.ohmyz.sh | sh
make a script to copy these dot files to the new home folder with a leading dot
The initial dot is removed to keep them visible on my local machine. I have also included my .vim folder for ultimate portability. Made a symbolic link to ~/PORTABLE_ENV /media//3520-FD13/2programming_repository/git_github/dot_files/
This repo contains the following dot files and the .vim/ folder The originals are saved in: 2programming_repository/git_github/dot_files/ The leading . is omitted for clarity (but retained in the folders)
README.md
cp_to_P_E.sh
bashrc
vimrc
zshrc
dircolors
Xdefaults
Xresources
init.vim
spacemacs
tmux.conf\
and the following folder which has the vim plugins I like: vim/
$ sudo curl -L http://install.ohmyz.sh | sh
but replace the .zshrc with the above one
get the dot files onto the remote machine
git clone https://github.com/Xiddler/PORTABLE_ENV.git git config --global user.email "xiddler@gmail.com" && git config --global user.name "Donagh"
ssh-keygen -t rsa -b 4096 -C "xiddler@gmail.com"
then
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
cat $HOME/.ssh/id_rsa.pub | clipit
(clipit is a clipboard manager -- a way to paste the key into github.com)
go to github.com and paste the above id_rsa.pub into the SSH new key textbox
ssh -T -p 443 git@ssh.github.com
sudo apt install powerline
sudo apt install fonts-powerline
bookmarks.csv These are exported from zotero in .csv format. And can be converted to other formats.
$HOME/.vim/pack//start/{git clone here}
"=== Preferred Plugins ===
tpope
https://github.com/tpope/vim-surround.git
https://github.com/tpope/vim-commentary.git
francoiscabrol https://github.com/francoiscabrol/ranger.vim.git vim-ranger p f :Ranger
theme nightsense https://github.com/nightsense/stellarized.git
airline https://github.com/vim-airline/vim-airline.git
masukomi mkdir -p $HOME/.vim/pack/masukomi/start && git clone https://github.com/masukomi/vim-markdown-folding vim-markdown-folding
mattn emmet-vim https://github.com/mattn/emmet-vim.git
multicursor ttps://github.com/terryma/vim-multiple-cursors
Issue with new token. Updated to new one.
URL: https://git-scm.com/book/en/v2/Git-Tools-Submodules
command: ->% git submodule add
Added plugins/vim-themes this way on 2024-07-03