diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..aa9afb2 --- /dev/null +++ b/.bashrc @@ -0,0 +1,5 @@ +[[ $- != *i* ]] && return + +alias ls='lsd' +alias grep='grep --color=auto' +PS1='[\u@\h \W]\$ ' diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index 36a7857..67393d0 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -73,12 +73,6 @@ "keyColor": "blue", "text": "{name}" }, - { - "type": "command", - "key": "│ ├󰘬", - "keyColor": "blue", - "text": "branch=$(omarchy-version-branch); echo \"$branch\"" - }, { "type": "kernel", "key": "│ ├", @@ -113,7 +107,7 @@ "type": "command", "key": "└ └󰸌", "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", diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ef4730 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.gitconfig diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..ab048d2 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,6 @@ +Host VPS + HostName postmodernist.ru + User root + Port 8749 +Host git.postmodernist.ru + Port 221 diff --git a/logo.png b/logo.png deleted file mode 100644 index 48f3ab5..0000000 Binary files a/logo.png and /dev/null differ