We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3add4ce commit 6dfc750Copy full SHA for 6dfc750
.bash_profile
@@ -0,0 +1,6 @@
1
+if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
2
+ exec startx
3
+fi
4
+
5
+export GPG_TTY=$(tty)
6
.zprofile
@@ -0,0 +1,3 @@
.zshrc
@@ -0,0 +1,18 @@
+export ZSH="/home/ethem/.oh-my-zsh"
+ZSH_THEME="ethmtrgt"
+source $ZSH/oh-my-zsh.sh
+source ~/git/zsh-autocomplete/zsh-autocomplete.plugin.zsh
+source ~/git/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
7
+plugins=(
8
+ git
9
+)
10
11
+alias py="python"
12
+alias vim="nvim"
13
+alias v="vim"
14
15
+export EDITOR=vim
16
+export VISUAL=vim
17
+export PATH=$PATH:/home/ethem/.spicetify
18
0 commit comments