Compare commits

..

No commits in common. "e33222628160e90e5c01cb28584fa8401ffea3fb" and "5210b2a15afa298dbd9fe75f9c64575ba681fc15" have entirely different histories.

3 changed files with 10 additions and 12 deletions

View File

@ -15,4 +15,4 @@ configuration {
sidebar-mode: false;
auto-select: false;
}
@theme "~/.local/share/rofi/themes/nord/nord.rasi"
@theme "/home/lafrite/.local/share/rofi/rofi-themes-collection/themes/spotlight-dark.rasi"

View File

@ -5,7 +5,7 @@ exec_always /usr/libexec/goa-daemon --replace
exec gammastep-indicator
exec mako
exec "avizo-service"
exec_always ~/.local/bin/sway/autotiling-rs
exec_always autotiling-rs
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

View File

@ -47,7 +47,10 @@ alias rm='rm -i'
alias cat='bat -pp'
alias less='bat -p'
export PATH="$HOME/.local/bin/:$PATH"
# Newsboat
alias newsboat='tmux new -As newsboat newsboat'
# Autosuggestions
# git clone https://github.com/zsh-users/zsh-autosuggestions ~/.config/zsh/
source ~/.config/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
@ -72,7 +75,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
@ -87,15 +90,10 @@ _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"
# Newsboat
# alias newsboat='tmux new -As newsboat newsboat'
PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source "/home/lafrite/.config/tea/autocomplete.zsh"