Revisão | fe6ec07bbd4c48634b07615096602c47a0acea11 (tree) |
---|---|
Hora | 2020-01-08 04:21:45 |
Autor | ![]() |
Commiter | creio |
2020.01.07 Update yay.sh
@@ -1,14 +1,14 @@ | ||
1 | 1 | #!/usr/bin/env bash |
2 | 2 | # Install script yay |
3 | -# autor: Alex Creio https://cvc.hashbase.io/ | |
3 | +# autor: Alex Creio https://creio.github.io/ | |
4 | 4 | |
5 | 5 | # wget git.io/yay.sh |
6 | 6 | # sh yay.sh |
7 | 7 | |
8 | -sudo pacman -S --noconfirm --needed wget curl git | |
8 | +sudo pacman -S --noconfirm --needed wget curl git | |
9 | 9 | git clone https://aur.archlinux.org/yay-bin.git |
10 | 10 | cd yay-bin |
11 | 11 | # makepkg -si |
12 | 12 | makepkg -si --skipinteg |
13 | 13 | cd .. |
14 | -rm -rf yay-bin | |
\ No newline at end of file | ||
14 | +rm -rf yay-bin |
@@ -1 +1 @@ | ||
1 | -488 | |
1 | +476 |
@@ -2,8 +2,8 @@ sw_volume: 100 | ||
2 | 2 | audio_device_state:1:MPD pulse |
3 | 3 | audio_device_state:1:MPD FIFO |
4 | 4 | state: pause |
5 | -current: 2 | |
6 | -time: 232.832000 | |
5 | +current: 27 | |
6 | +time: 9.812000 | |
7 | 7 | random: 0 |
8 | 8 | repeat: 0 |
9 | 9 | single: 0 |
@@ -1 +1 @@ | ||
1 | -1577954463 | |
\ No newline at end of file | ||
1 | +1578424064 | |
\ No newline at end of file |
@@ -30,7 +30,7 @@ | ||
30 | 30 | <value type="string" value="afa32d24-5db8-410d-ad89-ef227d27af78"/> |
31 | 31 | <value type="string" value="ad3c8ab0-2d5c-4e7e-bd6a-adeac88aae90"/> |
32 | 32 | </property> |
33 | - <property name="last-separator-position" type="int" value="114"/> | |
33 | + <property name="last-separator-position" type="int" value="124"/> | |
34 | 34 | <property name="last-statusbar-visible" type="bool" value="true"/> |
35 | 35 | <property name="last-menubar-visible" type="bool" value="false"/> |
36 | 36 | <property name="last-side-pane" type="string" value="ThunarShortcutsPane"/> |
@@ -38,10 +38,10 @@ export XDG_CONFIG_HOME="$HOME/.config" | ||
38 | 38 | |
39 | 39 | [[ -f ~/.alias_zsh ]] && . ~/.alias_zsh |
40 | 40 | |
41 | -export PATH=$HOME/.gem/ruby/2.6.0/bin:$PATH | |
42 | - | |
43 | 41 | export PF_INFO="ascii os kernel wm shell pkgs memory palette" |
44 | 42 | |
43 | +# export PATH=$HOME/.gem/ruby/2.6.0/bin:$PATH | |
44 | +# export PATH="$PATH:`yarn global bin`" | |
45 | 45 | # export NVM_DIR="$HOME/.config/nvm" |
46 | 46 | # [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm |
47 | 47 | # [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion |