Browse Source

changes

master
Anton Aleksanin 4 years ago
parent
commit
c16f49684d
  1. 6
      .config/kitty/kitty.conf
  2. 4
      .gitconfig
  3. 3
      .gradle/gradle.properties
  4. 0
      .taskrc
  5. 0
      .timewarrior/timewarrior.cfg
  6. 11
      .zshrc

6
.config/kitty/kitty.conf

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
remember_window_size no
initial_window_width 1280
initial_window_height 720
editor code

4
.gitconfig

@ -4,6 +4,8 @@ @@ -4,6 +4,8 @@
[core]
editor = code --wait
autocrlf = input
filemode = false
[color]
ui = true
@ -14,4 +16,4 @@ @@ -14,4 +16,4 @@
logline = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[includeIf "gitdir:~/work/mvideo/"]
path = "~/.gitconfig-mvideo"
path = "~/.gitconfig-mvideo"

3
.gradle/gradle.properties

@ -2,7 +2,6 @@ org.gradle.daemon=false @@ -2,7 +2,6 @@ org.gradle.daemon=false
org.gradle.parallel=true
org.gradle.jvmargs=\
-Xmx1g \
-XX:MaxPermSize=1g \
-Xmx20g \
-XX:+HeapDumpOnOutOfMemoryError \
-Dfile.encoding=UTF-8

0
.timewarrior/timewarrior.cfg

11
.zshrc

@ -307,11 +307,7 @@ alias meeting='timew start work Встреча' @@ -307,11 +307,7 @@ alias meeting='timew start work Встреча'
# ssh
alias ssh='TERM=kitty ssh'
alias pi4.1='ssh ubuntu@192.168.1.181'
alias pi3='ssh ubuntu@192.168.1.130'
alias hp-ssh='ssh lusilf@192.168.1.210'
alias ssh='TERM=linux ssh'
# git
alias gcl='git clone --recurse-submodules'
@ -343,3 +339,8 @@ bindkey '^x^e' edit-command-line @@ -343,3 +339,8 @@ bindkey '^x^e' edit-command-line
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
if [ -n "$DESKTOP_SESSION" ];then
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
fi

Loading…
Cancel
Save