Skip to content

Commit

Permalink
Change OMF config and add default X pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagefoerde committed Aug 7, 2018
1 parent 1ccbfd6 commit 6a61734
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ln -s $PWD/fish/nvm-wrapper ~/.config/fish/
mkdir ~/bin/
ln -s $PWD/bin/gw ~/bin/
ln -s $PWD/Xmodmap ~/.Xmodmap
ln -s $PWD/xsessionrc ~/.xsessionrc
mkdir -p ~/.config/inkscape/palettes/
ln -s $PWD/inkscape-palettes/ercis.gpl ~/.config/inkscape/palettes/
sudo ln -s $PWD/sysfiles/sleep_d_00_pidgin /etc/pm/sleep.d/00_pidgin
Expand Down
5 changes: 2 additions & 3 deletions fish/config.fish
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Path to Oh My Fish install.
set -gx OMF_PATH "/home/j_dage01/.local/share/omf"
set -gx OMF_PATH "$HOME/.local/share/omf"

# Customize Oh My Fish configuration path.
#set -gx OMF_CONFIG "/home/j_dage01/.config/omf"
set -gx OMF_CONFIG "$HOME/.config/omf"

# Load oh-my-fish configuration.
source $OMF_PATH/init.fish
Expand All @@ -17,4 +17,3 @@ source "$HOME/.config/fish/own_functions/docker.fish"
source "$HOME/.config/fish/own_functions/mulidev.fish"
source "$HOME/.config/fish/own_functions/cheat.fish"

source "$HOME/.config/fish/nvm-wrapper/nvm.fish"
1 change: 1 addition & 0 deletions xsessionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xsetroot -cursor_name left_ptr

0 comments on commit 6a61734

Please sign in to comment.