moving to awesome literate
This commit is contained in:
parent
4fae307cdf
commit
24e347ed36
11 changed files with 1177 additions and 243 deletions
20
fish/conf.d/omf.fish
Normal file
20
fish/conf.d/omf.fish
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Path to Oh My Fish install.
|
||||
set -q XDG_DATA_HOME
|
||||
and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
|
||||
or set -gx OMF_PATH "$HOME/.local/share/omf"
|
||||
|
||||
# Load Oh My Fish configuration.
|
||||
source $OMF_PATH/init.fish
|
||||
|
||||
# variables
|
||||
# set -x GOPATH=$HOME/dev/go
|
||||
# set -x PATH=$PATH:/usr/local/dev/go/bin
|
||||
# set -x PATH=$PATH:/home/chris/.config/polybar
|
||||
set -x PATH {/bin,/usr/bin,/home/chris/.dotfiles,/home/chris/.emacs.d/bin}
|
||||
set -x QT_QPA_PLATFORMTHEME "qt5ct"
|
||||
set -x EDITOR "emacsclient -a emacs"
|
||||
set -x TERM alacritty
|
||||
|
||||
# aliases
|
||||
alias ls="lsd -a"
|
||||
alias rfi="/home/chris/.dotfiles/rofi/launchers-git/launcher.sh"
|
Loading…
Add table
Add a link
Reference in a new issue