dotfiles
Configuration for my machine
Date format: %a %b %e, %I:%M
Softwares
Repetitive steps
- Setup SSH keys on GitHub
- Setup SSH keys on Bitbucket
- Set keyboard shortcuts
- Perform mintupdate
- Setup Autojump
- Create Icon for Postman App
- Setup Yakuake theme: https://store.kde.org/p/1106258/
- Setup Yakuake open link in google: https://askubuntu.com/questions/62182/how-do-i-change-the-default-browser-that-konsole-opens-urls-with
- Set yakuake on startup applications
- Setup solarized theme in yakuake
- Fix keyboard layout getting reset to Nepali
- Install hub: https://github.com/github/hub
- Install hosts file: hosts
- Install fzf: https://github.com/junegunn/fzf
- Change docstring style in Pycharm
Repeated commands
conda config --set auto_activate_base false
Add to ~/.bashrc
if [ -f ~/.bash_profile ]; then
. ~/.bash_profile
fi
Custom Keyboard Shortcuts
| Command | Shortcut |
|---|---|
| xkill | Ctrl + Alt + X |
| code | Ctrl + Alt + M |
| xset dpms force off | Ctrl + Alt + J |
| shutdown -h now | Ctrl + Alt + K |
| shutdown -r now | Ctrl + Alt + R |
| google-chrome | Ctrl + Alt + C |
| daily.py | Ctrl + Alt + D |
| weekend.py | Ctrl + Shift + W |
| xed | Ctrl + Alt + G |
| office.py | Ctrl + Shift + Q |
Articles
- http://www.mostthingsweb.com/2014/07/disable-radeon-power-management-newer-linux-kernels/
- http://askubuntu.com/questions/96983/how-to-completely-shutdown-ati-card
- http://forums.fedoraforum.org/archive/index.php/t-290649.html
-
Fix for bash error when alias points to command containing quotes
-
Fix Nvidia driver issues after upgrade: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-435/+bug/1888617