diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 52157ec..e794f35 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -2,3 +2,6 @@ set fish_greeting set -x GOPATH $HOME/dev/go set -x PATH $PATH $GOPATH/bin + +set -x GEM_HOME (ruby -e 'puts Gem.user_dir') +set -x PATH $PATH $GEM_HOME/bin diff --git a/.gemrc b/.gemrc new file mode 100644 index 0000000..154cd47 --- /dev/null +++ b/.gemrc @@ -0,0 +1 @@ +gem: --no-document diff --git a/README.md b/README.md index fdac574..ac03c9e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,11 @@ yay -S spectrwm fish openssh rofi xorg xorg-server scrot xorg-xinit alacritty ranger feh nerd-fonts-complete xf86-video-intel librewolf-bin cifs-utils pulseaudio-alsa pulseaudio-ctl slock xautolock zip unzip alsa-utils redshift-minimal numlockx usbutils cmatrix yubikey-touch-detector tlp powertop cp dotfiles/.xinitrc ~/ cp dotfiles/.fehbg ~/ -chmod +x ~/.fehbg cp dotfiles/.bash_profile ~/ +cp dotfiles/.vimrc ~/ +cp dotfiles/.tmux.conf ~/ +cp dotfiles/.gemrc ~/ +chmod +x ~/.fehbg mkdir -p ~/.config/{spectrwm,alacritty,rofi,fish/functions} cp dotfiles/.config/spectrwm/spectrwm.conf ~/.config/ cp dotfiles/.config/spectrwm/spectrwm_fr.conf ~/.config/spectrwm/ @@ -17,10 +20,10 @@ cp dotfiles/.config/fish/config.fish ~/config/fish/ cp dotfiles/.config/fish/functions/cl.fish ~/.config/fish/functions/ cp dotfiles/.config/fish/functions/fish_prompt.fish ~/.config/fish/functions/ sudo sed -i "s/autospawn = no/autospawn = yes/" /etc/pulse/client.conf -sudo cp dotfiles/X11/xorg.conf /etc/X11/xorg.conf -sudo cp dotfiles/system/slock@.service /etc/systemd/system/slock@$USER.service +sudo cp dotfiles/X11/xorg.conf /etc/X11/ +sudo cp dotfiles/system/slock@.service /etc/systemd/system/slock@.service sudo systemctl enable slock@$USER.service -sudo cp dotfiles/xorg.conf.d/20-intel.conf /etx/X11/xorg.conf.d/ +sudo cp dotfiles/xorg.conf.d/20-intel.conf /etc/X11/xorg.conf.d/ sudo cp dotfiles/system/mnt-data.* /etc/systemd/system/ sudo cp dotfiles/system/powertop.service /etc/systemd/system/ sudo systemctl enable --now mnt-data.automount powertop.service @@ -165,15 +168,10 @@ sudo chmod a+rw /dev/ttyUSBX ### Jekyll ``` yay -S ruby -gem update +cp dotfiles/.gemrc ~/ gem install bundler jekyll ``` -#### Add gem's path to fish's path -``` -set -U fish_user_paths ~/.gem/ruby/2.7.0/bin $fish_user_paths -``` - ### Rust Replace `{default, stable, nighlty}` by the toolchain you want install.