Bashrc + ssh

This commit is contained in:
2026-02-10 22:28:45 +03:00
parent d9c3bfc80f
commit f8b4b73f92
5 changed files with 13 additions and 7 deletions

5
.bashrc Normal file
View File

@@ -0,0 +1,5 @@
[[ $- != *i* ]] && return
alias ls='lsd'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '

View File

@@ -73,12 +73,6 @@
"keyColor": "blue", "keyColor": "blue",
"text": "{name}" "text": "{name}"
}, },
{
"type": "command",
"key": "│ ├󰘬",
"keyColor": "blue",
"text": "branch=$(omarchy-version-branch); echo \"$branch\""
},
{ {
"type": "kernel", "type": "kernel",
"key": "│ ├", "key": "│ ├",
@@ -113,7 +107,7 @@
"type": "command", "type": "command",
"key": "└ └󰸌", "key": "└ └󰸌",
"keyColor": "blue", "keyColor": "blue",
"text": "theme=$(omarchy-theme-current); echo -e \"$theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\"" "text": "echo -e \"\\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\""
}, },
{ {
"type": "custom", "type": "custom",

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.gitconfig

6
.ssh/config Normal file
View File

@@ -0,0 +1,6 @@
Host VPS
HostName postmodernist.ru
User root
Port 8749
Host git.postmodernist.ru
Port 221

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB