diff --git a/.config/fish/conf.d/omf.fish b/.config/fish/conf.d/omf.fish new file mode 100644 index 0000000..3e0f6d6 --- /dev/null +++ b/.config/fish/conf.d/omf.fish @@ -0,0 +1,7 @@ +# 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 diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..0861426 --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,16 @@ +function fish_title + true +end + +set fish_color_command 9ce8f8 +set fish_color_error 2fc81e + +# ALIASES +alias ll='lsd --group-dirs first --date relative -alh' +alias lll='lsd --date relative --group-dirs first -lh' +alias ls='lsd' +alias sc="mksh $SCRIPTS/script-run-fzf.sh" +alias se="mksh $SCRIPTS/script-edit-fzf.sh" +alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' + +# set PATH /usr/lib/llvm/7/bin /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /opt/bin /home/initega/bin /home/initega/.local/bin /home/initega/bin /home/initega/.local/bin $PATH diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables new file mode 100644 index 0000000..d3bf7aa --- /dev/null +++ b/.config/fish/fish_variables @@ -0,0 +1,32 @@ +# This file contains fish universal variable definitions. +# VERSION: 3.0 +SETUVAR __fish_init_2_39_8:\x1d +SETUVAR __fish_init_2_3_0:\x1d +SETUVAR __fish_init_3_x:\x1d +SETUVAR fish_color_autosuggestion:555\x1ebrblack +SETUVAR fish_color_cancel:\x2dr +SETUVAR fish_color_command:9ce8f8 +SETUVAR fish_color_comment:990000 +SETUVAR fish_color_cwd:green +SETUVAR fish_color_cwd_root:red +SETUVAR fish_color_end:009900 +SETUVAR fish_color_error:2fc81e +SETUVAR fish_color_escape:00a6b2 +SETUVAR fish_color_history_current:\x2d\x2dbold +SETUVAR fish_color_host:normal +SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue +SETUVAR fish_color_normal:normal +SETUVAR fish_color_operator:00a6b2 +SETUVAR fish_color_param:00afff +SETUVAR fish_color_quote:999900 +SETUVAR fish_color_redirection:00afff +SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_user:brgreen +SETUVAR fish_color_valid_path:\x2d\x2dunderline +SETUVAR fish_greeting:Welcome\x20to\x20fish\x2c\x20the\x20friendly\x20interactive\x20shell +SETUVAR fish_key_bindings:fish_default_key_bindings +SETUVAR fish_pager_color_completion:\x1d +SETUVAR fish_pager_color_description:B3A06D\x1eyellow +SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline +SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish new file mode 100644 index 0000000..2159b5d --- /dev/null +++ b/.config/fish/functions/fish_greeting.fish @@ -0,0 +1,3 @@ +function fish_greeting + neofetch +end diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish new file mode 120000 index 0000000..a4041dd --- /dev/null +++ b/.config/fish/functions/fish_prompt.fish @@ -0,0 +1 @@ +/home/initega/.local/share/omf/themes/simple-ass-prompt/fish_prompt.fish \ No newline at end of file diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini index 826988a..e57fc03 100644 --- a/.config/gtk-2.0/gtkfilechooser.ini +++ b/.config/gtk-2.0/gtkfilechooser.ini @@ -3,7 +3,7 @@ LocationMode=path-bar ShowHidden=false ShowSizeColumn=true GeometryX=250 -GeometryY=159 +GeometryY=93 GeometryWidth=780 GeometryHeight=633 SortColumn=name diff --git a/.profile b/.profile index 8590339..83b502c 100644 --- a/.profile +++ b/.profile @@ -12,7 +12,7 @@ export AUDIO_FORMATS="mp3,ogg,vorbis,opus,aac,wav,3gp,mpg,flac" export VIDEOPLAYER="mpv" export AUDIOPLAYER="cmus-remote" export TERMINAL="st" -export BROWSER="palemoon-bin" +export BROWSER="firefox-bin" export MUSIC="$HOME/Music/music" export PASSWORD_STORE_DIR="$HOME/.password-store" export ANDROID_MOUNTPOINT="$HOME/Android" @@ -20,3 +20,4 @@ export BRIGHTNESS="0.9" export SUDO_ASKPASS="/usr/bin/x11-ssh-askpass" export TRASH="$HOME/.local/trash" export DEVICES_FOLDER="/media" +export LC_ALL=en_US.utf8 diff --git a/.zshrc b/.zshrc index 505b92d..78919b7 100644 --- a/.zshrc +++ b/.zshrc @@ -104,17 +104,15 @@ export DEVICES_FOLDER="/media" # # ALIASES -alias ll='lsd -alh --date relative --group-dirs first' -alias lll='lsd -lh --date relative --group-dirs first' +alias ll='lsd --group-dirs first --date relative -alh' +alias lll='lsd --date relative --group-dirs first -lh' alias ls='lsd' +alias l='/bin/ls' alias sc="mksh $SCRIPTS/script-run-fzf.sh" alias se="mksh $SCRIPTS/script-edit-fzf.sh" alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' -# STARTUP -neofetch - # User configuration # export MANPATH="/usr/local/man:$MANPATH" @@ -129,3 +127,4 @@ neofetch # export EDITOR='mvim' # fi +exec fish diff --git a/bin/telegram b/bin/telegram deleted file mode 120000 index f649a6f..0000000 --- a/bin/telegram +++ /dev/null @@ -1 +0,0 @@ -/home/initega/Telegram/Telegram \ No newline at end of file diff --git a/bin/telegram-old b/bin/telegram-old new file mode 120000 index 0000000..0ff43b6 --- /dev/null +++ b/bin/telegram-old @@ -0,0 +1 @@ +/home/initega/Apps/Telegram/Telegram \ No newline at end of file