Skip to content

Commit

Permalink
backup some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Cottret committed Jan 28, 2020
1 parent 30a35e9 commit 79bf4b2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
9 changes: 0 additions & 9 deletions alacritty/config/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ scrolling:
# scrollback is enabled (history > 0).
multiplier: 3

# Faux Scrolling
#
# The `faux_multiplier` setting controls the number of lines the terminal
# should scroll when the alternate screen buffer is active. This is used
# to allow mouse scrolling for applications like `man`.
#
# Specifying `0` will disable faux scrolling.
faux_multiplier: 3

# Scroll to the bottom when new text is written to the terminal.
auto_scroll: false

Expand Down
8 changes: 4 additions & 4 deletions i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ set $cyan #2AA198
set $dark #00252E

# Fancy names for workspaces
set $w1 1: www
set $w2 2: term
set $w3 3: code
set $w4 4
set $w1 1:
set $w2 2:
set $w3 3:
set $w4 4: 
set $w5 5
set $w6 6
set $w7 7
Expand Down
11 changes: 11 additions & 0 deletions starship/starship.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[hostname]
ssh_only = false

[kubernetes]
disabled = false

[python]
symbol = "Py "

[directory]
truncate_to_repo = false
2 changes: 1 addition & 1 deletion tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set -g history-limit 100000
set -g mode-keys vi

# enter copy-mode
#bind Up copy-mode
bind ENTER copy-mode

# fix latency problem
set -sg escape-time 1
Expand Down
1 change: 0 additions & 1 deletion zsh/config/zsh_plugins.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
denysdovhan/spaceship-prompt
felixr/docker-zsh-completion
dbz/kube-aliases
kiurchv/asdf.plugin.zsh
3 changes: 2 additions & 1 deletion zsh/config/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ case `uname` in
. $HOME/.asdf/completions/asdf.bash
fi
if [ -f "$HOME/.asdf/installs/rust/stable/env" ]; then source $HOME/.asdf/installs/rust/stable/env; fi
. ~/.asdf/plugins/java/set-java-home.sh
. ~/.asdf/plugins/java/set-java-home.sh

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
Expand Down Expand Up @@ -120,6 +120,7 @@ fpath=(

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

eval "$(starship init zsh)"
eval "$(direnv hook zsh)"

export -U PATH

0 comments on commit 79bf4b2

Please sign in to comment.