Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e332226281 | |||
0ef904f5c1 |
@ -15,4 +15,4 @@ configuration {
|
||||
sidebar-mode: false;
|
||||
auto-select: false;
|
||||
}
|
||||
@theme "/home/lafrite/.local/share/rofi/rofi-themes-collection/themes/spotlight-dark.rasi"
|
||||
@theme "~/.local/share/rofi/themes/nord/nord.rasi"
|
||||
|
@ -5,7 +5,7 @@ exec_always /usr/libexec/goa-daemon --replace
|
||||
exec gammastep-indicator
|
||||
exec mako
|
||||
exec "avizo-service"
|
||||
exec_always autotiling-rs
|
||||
exec_always ~/.local/bin/sway/autotiling-rs
|
||||
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
|
@ -47,10 +47,7 @@ alias rm='rm -i'
|
||||
alias cat='bat -pp'
|
||||
alias less='bat -p'
|
||||
|
||||
# Newsboat
|
||||
alias newsboat='tmux new -As newsboat newsboat'
|
||||
|
||||
|
||||
export PATH="$HOME/.local/bin/:$PATH"
|
||||
# Autosuggestions
|
||||
# git clone https://github.com/zsh-users/zsh-autosuggestions ~/.config/zsh/
|
||||
source ~/.config/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
@ -75,7 +72,7 @@ bindkey -M vicmd 'j' history-substring-search-down
|
||||
source ~/.config/zsh/auto-ls/auto-ls.zsh
|
||||
|
||||
# Pyenv
|
||||
eval "$(pyenv init --path)"
|
||||
# eval "$(pyenv init --path)"
|
||||
|
||||
|
||||
source ~/.config/zsh/completion.zsh
|
||||
@ -90,10 +87,15 @@ _fzf_complete_pass() {
|
||||
}
|
||||
|
||||
# yarn global commands
|
||||
export PATH="$(yarn global bin):$PATH"
|
||||
# export PATH="$(yarn global bin):$PATH"
|
||||
|
||||
# zk
|
||||
export ZK_NOTEBOOK_DIR="/home/lafrite/Nextcloud/Documents/zettelkasten/"
|
||||
# export ZK_NOTEBOOK_DIR="/home/lafrite/Nextcloud/Documents/zettelkasten/"
|
||||
|
||||
# tea
|
||||
PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source "/home/lafrite/.config/tea/autocomplete.zsh"
|
||||
# PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source "/home/lafrite/.config/tea/autocomplete.zsh"
|
||||
|
||||
# Newsboat
|
||||
# alias newsboat='tmux new -As newsboat newsboat'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user