Compare commits
	
		
			2 Commits
		
	
	
		
			52e029602c
			...
			ad6638144c
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | ad6638144c | ||
|  | a5fa004a55 | 
| @@ -243,8 +243,8 @@ function git_perso { | ||||
| # ║ ╦│ │   ╠═╣│││├┤ │││ ││ | ||||
| # ╚═╝┴ ┴   ╩ ╩┴ ┴└─┘┘└┘─┴┘ | ||||
|  | ||||
| alias amend_pro="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles GUIHENEUF <rguiheneuf@netatmo.com>\"' $1" | ||||
| alias amend_perso="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles Guihéneuf <robin-charles@hotmail.fr>\"' $1" | ||||
| alias amend_pro="GIT_EDITOR=true git rebase --rebase-merges --exec 'git commit --amend --author=\"Robin-Charles GUIHENEUF <rguiheneuf@netatmo.com>\"' $1" | ||||
| alias amend_perso="GIT_EDITOR=true git rebase --rebase-merges --exec 'git commit --amend --author=\"Robin-Charles Guihéneuf <robin-charles@hotmail.fr>\"' $1" | ||||
|  | ||||
| # ╦═╗┌─┐┌─┐┌─┐┌─┐┬┌┬┐┌─┐┬─┐┬┌─┐┌─┐ | ||||
| # ╠╦╝├┤ ├─┘│ │└─┐│ │ │ │├┬┘│├┤ └─┐ | ||||
| @@ -285,7 +285,7 @@ function ssh_keygen { | ||||
|  | ||||
| # Flash sniffer nRF52 | ||||
| function nrf52 { | ||||
|   arm-none-eabi-objcopy -O ihex output/nrf52840/bin/$1 $1.hex | ||||
|   arm-none-eabi-objcopy -O ihex build/bin/$1 $1.hex | ||||
|   nrfutil pkg generate --hw-version 52 --sd-req=0x00 --application $1.hex --application-version 1 $1.zip | ||||
|  | ||||
|   if [ -z "$2" ] | ||||
|   | ||||
| @@ -16,9 +16,9 @@ fi | ||||
|  | ||||
| sudo apt install terminator codium fonts-firacode | ||||
|  | ||||
| mkdir -p $HOME/.config/VSCodium/User/ | ||||
| ln -sf $HOME/.dotfiles/codium/keybindings.json $HOME/.config/VSCodium/User/keybindings.json | ||||
| ln -sf $HOME/.dotfiles/codium/settings.json $HOME/.config/VSCodium/User/settings.json | ||||
| mkdir -p $HOME/.config/Code/User/ | ||||
| ln -sf $HOME/.dotfiles/codium/keybindings.json $HOME/.config/Code/User/keybindings.json | ||||
| ln -sf $HOME/.dotfiles/codium/settings.json $HOME/.config/Code/User/settings.json | ||||
|  | ||||
| mkdir -p $HOME/.config/terminator/ | ||||
| ln -sf $HOME/.dotfiles/terminator/config $HOME/.config/terminator/config | ||||
|   | ||||
		Reference in New Issue
	
	Block a user