mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
changed my terminal to alacritty and my fetch program to macchina as well as removing -q 720 from anicli
This commit is contained in:
@@ -154,7 +154,7 @@ font:
|
|||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 10.0
|
size: 11.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# Offset is the extra space around each character. `offset.y` can be thought
|
||||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ key = "Print"
|
|||||||
|
|
||||||
[[keybind]]
|
[[keybind]]
|
||||||
command = "Execute"
|
command = "Execute"
|
||||||
value = "kitty"
|
value = "alacritty"
|
||||||
modifier = ["modkey"]
|
modifier = ["modkey"]
|
||||||
key = "Return"
|
key = "Return"
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ alias ls="exa -lag --icons"
|
|||||||
alias upload="~/.config/script/upload.sh"
|
alias upload="~/.config/script/upload.sh"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
alias anime="~/repos/ani-cli/ani-cli -q '720'"
|
alias anime="~/repos/ani-cli/bin/ani-cli"
|
||||||
alias hentai="~/repos/and-scripts/fap-cli"
|
alias hentai="~/repos/and-scripts/fap-cli"
|
||||||
alias manga="manga-cli"
|
alias manga="manga-cli"
|
||||||
alias yt="~/repos/ytfzf/ytfzf --thumb-viewer='kitty' -t"
|
alias yt="~/repos/ytfzf/ytfzf --thumb-viewer='kitty' -t"
|
||||||
@@ -52,14 +52,14 @@ export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
|
|||||||
alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts"
|
alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts"
|
||||||
export XCOMPOSECACHE="${XDG_CACHE_HOME}"/X11/xcompose
|
export XCOMPOSECACHE="${XDG_CACHE_HOME}"/X11/xcompose
|
||||||
export SSB_HOME="$XDG_DATA_HOME"/zoom
|
export SSB_HOME="$XDG_DATA_HOME"/zoom
|
||||||
compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"
|
#compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"
|
||||||
export HISTFILE="$XDG_STATE_HOME"/zsh/history
|
export HISTFILE="$XDG_STATE_HOME"/zsh/history
|
||||||
export ZDOTDIR="$HOME"/.config/zsh
|
export ZDOTDIR="$HOME"/.config/zsh
|
||||||
|
|
||||||
|
|
||||||
#alias mv="mvg -g"
|
#alias mv="mvg -g"
|
||||||
alias cp="xcp"
|
alias cp="xcp"
|
||||||
neofetch
|
macchina
|
||||||
[ -f ~/.zsh/.fzf.zsh ] && source ~/.zsh/.fzf.zsh
|
[ -f ~/.zsh/.fzf.zsh ] && source ~/.zsh/.fzf.zsh
|
||||||
export PATH=$PATH:/home/mrfluffy/.spicetify
|
export PATH=$PATH:/home/mrfluffy/.spicetify
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user