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 characters
| #TLP | |
| alias tlp-stat='sudo tlp-stat' | |
| #Get rid of askpass | |
| unset SSH_ASKPASS | |
| #Powertop | |
| alias powertop='sudo powertop' | |
| #Ping | |
| alias ntst='ping 8.8.8.8' | |
| #Sync | |
| alias syncp='sync && watch grep -e Dirty: -e Writeback: /proc/meminfo' |
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 characters
| #iPEGA PG-9017S Config by NeoTheFox, 2015 | |
| #Launch with sudo xboxdrv --evdev /dev/input/event<your joystick> --config xboxdrv.conf | |
| #To check what /dev/input event is yours try using evtest | |
| #or create a udev rule with something like this: | |
| # | |
| # ACTION=="add", SUBSYSTEM=="input", ATTRS{name}=="Bluetooth Gamepad", ATTRS{uniq}=="00:17:02:01:ae:2a", SYMLINK+="ipega" | |
| # | |
| #replacing name and uniq with your values. This would make udev | |
| #symlink the appropriate event device to /dev/ipega |
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 characters
| Verifying that +neothefox is my blockchain ID. https://onename.com/neothefox |
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 characters
| # Path to your oh-my-zsh installation. | |
| export ZSH=/home/neothefox/.oh-my-zsh | |
| # Set name of the theme to load. | |
| # Look in ~/.oh-my-zsh/themes/ | |
| # Optionally, if you set this to "random", it'll load a random theme each | |
| # time that oh-my-zsh is loaded. | |
| ZSH_THEME="robbyrussell" | |
| # Uncomment the following line to use case-sensitive completion. |
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 characters
| alias wine='PULSE_LATENCY_MSEC=60 wine' |
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 characters
| background yes | |
| use_xft yes | |
| font Arimo:size=7.5 | |
| text_buffer_size 2048 | |
| # Update interval in seconds | |
| update_interval 5 | |
| # This is the number of times Conky will update before quitting. | |
| # Set to zero to run forever. |
NewerOlder