Compare commits

..

1 commit

Author SHA1 Message Date
nixos-install.sh
cec8b5945f
Use rolling release nix, no long term support version 2025-09-13 17:00:20 +02:00
3 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,8 @@ alias v="nvim"
alias vi="nvim" alias vi="nvim"
alias vim="nvim" alias vim="nvim"
alias f="fuck"
alias irssi='irssi --config="$XDG_CONFIG_HOME"/irssi/config --home="$XDG_DATA_HOME"/irssi' alias irssi='irssi --config="$XDG_CONFIG_HOME"/irssi/config --home="$XDG_DATA_HOME"/irssi'
alias unison="unison -logfile ~/.unison/unison.log" alias unison="unison -logfile ~/.unison/unison.log"

2
_zshrc
View file

@ -44,6 +44,8 @@ fi
setopt interactivecomments setopt interactivecomments
setopt HIST_IGNORE_SPACE setopt HIST_IGNORE_SPACE
eval $(thefuck --alias)
export PS1=" export PS1="
%{$(tput bold)%}%{$(tput setaf 1)%}[%{$(tput setaf 3)%}%n%{$(tput setaf 2)%}@%{$(tput setaf 4)%}%M %{$(tput setaf 5)%}%~%{$(tput setaf 1)%}]%{$(tput setaf 7)%} %{$(tput bold)%}%{$(tput setaf 1)%}[%{$(tput setaf 3)%}%n%{$(tput setaf 2)%}@%{$(tput setaf 4)%}%M %{$(tput setaf 5)%}%~%{$(tput setaf 1)%}]%{$(tput setaf 7)%}
$ %{$(tput sgr0)%}" $ %{$(tput sgr0)%}"

View file

@ -91,6 +91,7 @@
fd fd
tmux tmux
xsel xsel
pay-respects
rust-analyzer rust-analyzer
jq jq
]; ];