3 Commits
Author SHA1 Message Date
harish2704 79633dc2c8 Customize TK theme 2023-10-22 18:10:12 +05:30
harish2704 6b1c42e3bb Merge branch 'master' of github.com:harish2704/dotFiles
# Conflicts:
#	home/.local/Apps/daily-utils/bin/hari-tools.sh
2023-10-22 17:25:29 +05:30
harish2704 ac55743238 per user podman start 2023-10-22 17:23:48 +05:30
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
*TkTheme: clam
+2
View File
@@ -28,6 +28,8 @@ PS1="${F_BOLD}${C_AQUAMARINE1}\u@\h${C_YELLOW1} \w \\\$${NO_FORMAT} "
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock
export EDITOR=vim export EDITOR=vim
export HISTCONTROL=ignoredups export HISTCONTROL=ignoredups
export HISTSIZE=11000 export HISTSIZE=11000
@@ -12,6 +12,15 @@ list-commands(){
typeset -F | cut -d ' ' -f 3 | grep -v '^_' | sort typeset -F | cut -d ' ' -f 3 | grep -v '^_' | sort
} }
# start rootless podman socket
podmanStart(){
set -x
systemctl --user enable podman.socket
systemctl --user start podman.socket
systemctl --user status podman.socket
echo export DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock
}
# dockerLinux [imagename=ubuntu:22.40] . Quick shell inside given linux container # dockerLinux [imagename=ubuntu:22.40] . Quick shell inside given linux container
dockerLinux(){ dockerLinux(){
set -x set -x