Compare commits

...

2 Commits

Author SHA1 Message Date
Inhji 16e1baa827 fish: fix paths 2023-09-23 13:50:08 +02:00
Inhji d0dd5e1472 prepare for v4 2023-09-23 09:00:38 +02:00
2 changed files with 7 additions and 21 deletions

View File

@ -2,13 +2,14 @@
## Paths
set -xU GOPATH $HOME/.go
set -xU PATH $PATH $HOME/.local/bin $HOME/.mix $HOME/.mix/escripts $HOME/.cargo/bin $GOPATH/bin
set -xU DOTFILES $HOME/.dotfiles
set -xU TERMINAL 'alacritty'
set -xU TERM 'xterm'
set -xU EDITOR 'hx'
fish_add_path $HOME/.local/bin $HOME/.mix $HOME/.mix/escripts $HOME/.cargo/bin $GOPATH/bin
## Environment setup
set -xU TERMINAL 'foot'
set -xU TERM 'xterm'
set -xU EDITOR 'hx'
## Functions

View File

@ -5,6 +5,8 @@
~/.ssh/config:
create: true
path: config/ssh/config
~/.gitconfig: config/git/gitconfig
~/.gitignore: config/git/gitignore
~/.local/bin:
create: true
glob: true
@ -13,16 +15,6 @@
create: true
glob: true
path: config/cmus/**
~/.config/waybar:
create: true
glob: true
path: config/waybar/**
~/.config/rofi/config.rasi:
create: true
path: config/rofi/config
~/.config/rofi:
glob: true
path: config/rofi/themes/**
~/.config/sway:
glob: true
create: true
@ -31,17 +23,10 @@
glob: true
create: true
path: config/fish/**
~/.config/alacritty:
glob: true
create: true
path: config/alacritty/**
~/.config/helix:
glob: true
create: true
path: config/helix/**
~/.config/dunst/dunstrc: config/dunst/dunstrc
~/.config/starship.toml: config/starship/starship
~/.local/bin/swayprop: config/scripts/swayprop.sh
~/.config/lsd/config.yaml:
create: true
path: config/lsd/config.yaml