Compare commits
No commits in common. "f517643c0daaafcbdaf99ef295b8af459b371c88" and "55a707d2c92ea424cf525d1c7ae6fde17bb906ae" have entirely different histories.
f517643c0d
...
55a707d2c9
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
scrot -s -e 'xclip -selection clipboard -t image/png -i $f'
|
|
||||||
rm ~/*.png
|
|
||||||
|
|
@ -5,7 +5,7 @@ groups | grep -q sudo || echo "Please add $(whoami) to sudo group with : sudo us
|
||||||
groups | grep -q sudo || return
|
groups | grep -q sudo || return
|
||||||
|
|
||||||
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
||||||
sudo apt install -y vim-gtk3 python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox vim vim-nox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview
|
sudo apt install -y vim-gtk3 python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox vim vim-nox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape
|
||||||
|
|
||||||
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd
|
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd
|
||||||
|
|
||||||
|
|
@ -47,7 +47,7 @@ cd ~/workspace/suckless
|
||||||
cd
|
cd
|
||||||
|
|
||||||
cd ~/workspace/suckless/dwm && git checkout gil && make && sudo make install
|
cd ~/workspace/suckless/dwm && git checkout gil && make && sudo make install
|
||||||
cd ~/workspace/suckless/dwm-to-gdm && git checkout gil && sudo make install
|
cd ~/workspace/suckless/dwm-to-gdm && git checkout gil && make && sudo make install
|
||||||
cd ~/workspace/suckless/st && git checkout gil && make && sudo make install
|
cd ~/workspace/suckless/st && git checkout gil && make && sudo make install
|
||||||
cd ~/workspace/suckless/slstatus && git checkout gil && make && sudo make install
|
cd ~/workspace/suckless/slstatus && git checkout gil && make && sudo make install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue