maintenance
This commit is contained in:
parent
f4e5562b96
commit
29ed94da16
11 changed files with 11 additions and 10 deletions
|
@ -83,11 +83,11 @@ editor_backup_extension=~
|
||||||
editor_filesize_threshold=64M
|
editor_filesize_threshold=64M
|
||||||
editor_stop_format_chars=-+*\\,.;:&>
|
editor_stop_format_chars=-+*\\,.;:&>
|
||||||
mcview_eof=
|
mcview_eof=
|
||||||
skin=dracula256
|
skin=modarin256
|
||||||
|
|
||||||
[Layout]
|
[Layout]
|
||||||
output_lines=0
|
output_lines=0
|
||||||
left_panel_size=52
|
left_panel_size=92
|
||||||
top_panel_size=0
|
top_panel_size=0
|
||||||
message_visible=true
|
message_visible=true
|
||||||
keybar_visible=true
|
keybar_visible=true
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
sudo canonical-livepatch status --verbose
|
|
|
@ -1,2 +1,5 @@
|
||||||
git remote add upstream https://github.com/sorin-ionescu/prezto.git
|
#!/bin/bash
|
||||||
git remote -v
|
if [[ "$PWD" = "$HOME/.zprezto" ]]; then
|
||||||
|
git remote add upstream https://github.com/sorin-ionescu/prezto.git
|
||||||
|
git remote -v
|
||||||
|
fi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#this command changes the git repo from HTTPS to SSH so you can use the key instead of typing in your password all the time.
|
#this command changes the git repo from HTTPS to SSH so you can use the key instead of typing in your password all the time.
|
||||||
USER=steveokard
|
USER=sc-idevops
|
||||||
if [ -n "$1" ]
|
if [ -n "$1" ]
|
||||||
then
|
then
|
||||||
git remote set-url origin git@github.com:$USER/$1.git
|
git remote set-url origin git@github.com:$USER/$1.git
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
sudo apt install sysstat vnstat iotop iftop bwm-ng htop munin
|
|
Loading…
Add table
Add a link
Reference in a new issue