-
-
Save Lokawn/00dc1a4aa6b98a9d5b50f16cce8e54f2 to your computer and use it in GitHub Desktop.
Revisions
-
Hreniuc Cristian-Alexandru revised this gist
Nov 2, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,6 +45,7 @@ pacman -S alsa-utils alsa-plugins alsa-lib alsa-firmware --noconfirm --needed # Login greeeter pacman -S lightdm pacman -S lightdm-gtk-greeter pacman -Sy oblogout # logout, reboot, etc gui systemctl enable lightdm.service # In /etc/lightdm/lightdm.conf -
Hreniuc Cristian-Alexandru revised this gist
Sep 15, 2018 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -214,6 +214,7 @@ cd fluxgui makepkg -sric # Notes sticker git clone https://aur.archlinux.org/qtpad-git.git cd qtpad-git makepkg -sric # run qtpad -
Hreniuc Cristian-Alexandru revised this gist
Sep 15, 2018 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -211,4 +211,9 @@ makepkg -sric # Fluxgui git clone https://aur.archlinux.org/fluxgui.git cd fluxgui makepkg -sric # Notes sticker git clone https://aur.archlinux.org/indicator-stickynotes.git cd indicator-stickynotes makepkg -sric -
Hreniuc Cristian-Alexandru revised this gist
Jul 19, 2018 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -206,4 +206,9 @@ gpasswd -a chreniuc cups # Image viewer git clone https://aur.archlinux.org/mirage.git cd mirage makepkg -sric # Fluxgui git clone https://aur.archlinux.org/fluxgui.git cd fluxgui makepkg -sric -
Hreniuc Cristian-Alexandru revised this gist
Jun 22, 2018 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -151,6 +151,11 @@ gpasswd -a user docker # Reboot to work docker run --rm=true hello-world # xhost pacman -Sy xorg-xhost # Used when you want to forward X server # Eg: xhost + # SSH sudo pacman -Sy openssh sudo systemctl enable sshd -
Hreniuc Cristian-Alexandru revised this gist
Jun 17, 2018 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -197,3 +197,8 @@ systemctl start org.cups.cupsd.service pacman -S system-config-printer gpasswd -a chreniuc cups # After this run system-config-printer and add the printer # Image viewer git clone https://aur.archlinux.org/mirage.git cd mirage makepkg -sric -
Hreniuc Cristian-Alexandru revised this gist
Jun 14, 2018 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -187,3 +187,13 @@ pacman -Sy xorg-xrandr # Libre office pacman -Sy libreoffice-fresh # Torrent client pacman -Sy transmission-gtk # Printer pacman -S cups systemctl enable org.cups.cupsd.service systemctl start org.cups.cupsd.service pacman -S system-config-printer gpasswd -a chreniuc cups # After this run system-config-printer and add the printer -
Hreniuc Cristian-Alexandru revised this gist
Jun 10, 2018 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -183,3 +183,7 @@ pacman -Sy tmux # Install xrandr # To modify the resolution of the monitors pacman -Sy xorg-xrandr # Libre office pacman -Sy libreoffice-fresh -
Hreniuc Cristian-Alexandru revised this gist
Jun 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -68,7 +68,7 @@ fi exec i3 # File manager pacman -S pcmanfm gvfs xarchiver # xarchiver - to be able to extract using right click # Theme manager and themes(icons) pacman -Sy lxappearance -
Hreniuc Cristian-Alexandru revised this gist
Jun 3, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,6 +25,8 @@ swapon /dev/sda3 # Don't forget to generate the grub config file: grub-mkconfig -o /boot/grub/grub.cfg ## The config files for all thos programs are here: ## https://github.com/chreniuc/dotfiles pacman -Sy i3 pacman -Sy xorg-server xorg-xinit pacman -S ttf-dejavu ttf-font-awesome dmenu -
Hreniuc Cristian-Alexandru revised this gist
Jun 3, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,7 +27,7 @@ grub-mkconfig -o /boot/grub/grub.cfg pacman -Sy i3 pacman -Sy xorg-server xorg-xinit pacman -S ttf-dejavu ttf-font-awesome dmenu # Network manager and applet pacman -Sy networkmanager network-manager-applet gnome-keyring # Last one is for the nm-applet to ask password for wifis -
Hreniuc Cristian-Alexandru revised this gist
Jun 3, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -88,7 +88,7 @@ exec --no-startup-id feh --bg-scale /path/to/img pacman -Sy urxvt-unicode urxvt-perls pacman -Sy compton # this does the transparency # Add in ~/.config/i3/config exec--no-startup-id compton -b # Power manager + lock screen pacman -Sy xfce-power-manager light-locker -
Hreniuc Cristian-Alexandru revised this gist
May 27, 2018 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -177,3 +177,7 @@ conan --version # Install tmux pacman -Sy tmux # Install xrandr # To modify the resolution of the monitors pacman -Sy xorg-xrandr -
Hreniuc Cristian-Alexandru revised this gist
May 26, 2018 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,9 @@ swapon /dev/sda3 # In arch: # Don't forget to generate the grub config file: grub-mkconfig -o /boot/grub/grub.cfg pacman -Sy i3 pacman -Sy xorg-server xorg-xinit pacman -S ttf-dejavu ttf-font-awesome -
Hreniuc Cristian-Alexandru revised this gist
May 26, 2018 . 1 changed file with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -63,13 +63,13 @@ fi exec i3 # File manager pacman -S pcmanfm gvfs # Theme manager and themes(icons) pacman -Sy lxappearance pacman -Sy arc-gtk-theme git clone https://aur.archlinux.org/papirus-icon-theme-git.git cd papirus-icon-theme-git makepkg -sric @@ -94,7 +94,7 @@ exec --no-startup-id xfce4-power-manager exec --no-startup-id light-locker # Brightness manager git clone https://aur.archlinux.org/light-git.git cd light-git makepkg -sric # Add in ~/.config/i3/config @@ -127,7 +127,9 @@ pacman -S git bash-completion tk # tk is used by gitk pacman -S gedit vim gedit-plugins # Install skype git clone https://aur.archlinux.org/skypeforlinux-stable-bin.git # or the latest version git clone https://aur.archlinux.org/skypeforlinux-preview-bin.git cd skypeforlinux-stable-bin/ makepkg -sric -
Hreniuc Cristian-Alexandru revised this gist
May 25, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -100,6 +100,7 @@ makepkg -sric # Add in ~/.config/i3/config bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5 # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5 # decrease screen brightness # When the brightness is 0 or 100 the screen will go black on some pcs, if you raised the brightness decrease it to recover. # Notify manager # Or this https://github.com/sboli/twmn -
Hreniuc Cristian-Alexandru revised this gist
May 25, 2018 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -93,6 +93,14 @@ pacman -Sy xfce-power-manager light-locker exec --no-startup-id xfce4-power-manager exec --no-startup-id light-locker # Brightness manager gir clone https://aur.archlinux.org/light-git.git cd light-git makepkg -sric # Add in ~/.config/i3/config bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5 # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5 # decrease screen brightness # Notify manager # Or this https://github.com/sboli/twmn pacman -Sy notify-osd -
Hreniuc Cristian-Alexandru revised this gist
May 25, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -120,7 +120,7 @@ pacman -S gedit vim gedit-plugins # Install skype clone https://aur.archlinux.org/skypeforlinux-stable-bin.git cd skypeforlinux-stable-bin/ makepkg -sric # qtcreator pacman -S qtcreator -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -104,6 +104,7 @@ mkdir ~/.config/dunst cp /usr/share/dunst/dunstrc ~/.config/dunst/dunstrc # Test it notify-send "Hi! This is a test" # A notification should appear in the right corner #### # Control + grave : C-` : Show history of notifications -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -159,3 +159,6 @@ export PATH # Install conan: pip install conan --user conan --version # Install tmux pacman -Sy tmux -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -148,3 +148,14 @@ sudo systemctl enable x2goserver.service sudo systemctl start x2goserver.service # In x2go client select `custom desktop` and add this `/usr/bin/i3/` # Install conan C++ # Install pip: https://pip.pypa.io/en/stable/installing/ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py --user # if you only want it installed on this user # Add ~/.local/bin to $PATH # In ~/.bashrc add: PATH=$PATH:~/.local/bin export PATH # Install conan: pip install conan --user conan --version -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -132,6 +132,7 @@ sudo systemctl start docker # add user to group docker gpasswd -a user docker # Reboot to work docker run --rm=true hello-world # SSH sudo pacman -Sy openssh -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -111,7 +111,7 @@ notify-send "Hi! This is a test" # Control + Shift + period : Opens the link from the notification in broswer ########################################## Utils ################################################################ pacman -S git bash-completion tk # tk is used by gitk # File editor pacman -S gedit vim gedit-plugins -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -94,10 +94,10 @@ exec --no-startup-id xfce4-power-manager exec --no-startup-id light-locker # Notify manager # Or this https://github.com/sboli/twmn pacman -Sy notify-osd # or # More customizable : https://github.com/dunst-project/dunst pacman -Sy dunst # Change the config mkdir ~/.config/dunst -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -108,7 +108,7 @@ notify-send "Hi! This is a test" #### # Control + grave : C-` : Show history of notifications # Control + Space : Close notification # Control + Shift + period : Opens the link from the notification in broswer ########################################## Utils ################################################################ pacman -S git bash-completion -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -105,6 +105,10 @@ cp /usr/share/dunst/dunstrc ~/.config/dunst/dunstrc # Test it notify-send "Hi! This is a test" #### # Control + grave : C-` : Show history of notifications # Control + Space : Close notification ########################################## Utils ################################################################ pacman -S git bash-completion -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -99,6 +99,9 @@ pacman -Sy notify-osd # or # Mai customizabila : https://github.com/dunst-project/dunst pacman -Sy dunst # Change the config mkdir ~/.config/dunst cp /usr/share/dunst/dunstrc ~/.config/dunst/dunstrc # Test it notify-send "Hi! This is a test" -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -95,8 +95,10 @@ exec --no-startup-id light-locker # Notify manager # Sau asta https://github.com/sboli/twmn pacman -Sy notify-osd # or # Mai customizabila : https://github.com/dunst-project/dunst pacman -Sy dunst # Test it notify-send "Hi! This is a test" -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -95,6 +95,7 @@ exec --no-startup-id light-locker # Notify manager # Sau asta https://github.com/sboli/twmn # Mai customizabila : https://github.com/dunst-project/dunst pacman -Sy notify-osd # Test it notify-send "Hi! This is a test" -
Hreniuc Cristian-Alexandru revised this gist
May 21, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -94,6 +94,7 @@ exec --no-startup-id xfce4-power-manager exec --no-startup-id light-locker # Notify manager # Sau asta https://github.com/sboli/twmn pacman -Sy notify-osd # Test it notify-send "Hi! This is a test"
NewerOlder