Commit Graph

20 Commits

Author SHA1 Message Date
Shaun Reed d0fb7ead04 Update tmux copy and selection behavior
+ Enable vim copy selection mode
+ Add various copy actions for middle, double, triple-click, etc.
+ Add instructions to README to install required tmux plugins
2022-02-06 11:51:47 -05:00
Shaun Reed 142ce24675 Update dotfiles
+ Various improvements for XPS 9310 keybinds
+ Various improvements for XPS 9310 conky sysinfo overlay
+ Limit curl requests for web server status to refresh every 2mins
+ Update conky shortcuts overlay to show new shorts for i3 and vim
+ New darcula colorscheme for vim
+ Adjust i3 window attributes for new applications
+ Fix for vim storing yanked or deleted text to system clipboard
+ Relocate screenshots and backgrounds to subdirectories in ~/Pictures
+ Relocate all user scripts to ~/.local/bin/
+ Use symlinks for scripts in ~/.config/autostart-scripts
+ Relocate all user-created desktopfiles to ~/.local/share/applications
+ Use symlinks for desktopfiles in in ~/.config/autostart
+ Update paths in i3 config to use $HOME environment variable instead of
  absolute paths
2021-12-25 15:48:30 -05:00
Shaun Reed a667db027f Update README 2021-12-21 13:48:17 -05:00
Shaun Reed b00f64def5 Improve i3 configs
+ Use `pulsemixer` for audion volume control
+ Update polybar configs to not use sudo when running commands
+ Add Logout to polybar menu foor logging out of system user
+ Add brightness module to polybar to show backlight percentage 0-100
2021-12-21 00:30:23 -05:00
Shaun Reed 574cc7802a Merge kubuntu and ubuntu-i3 configs 2021-12-20 16:51:07 -05:00
Shaun Reed e11d0b1e20 Improve vimrc to include more information and settings
+ Add more binds, even if left default, for reference or quick adjusting
+ Adjust sourcerer.vim for ultra-black background
+ Set clang_complete to use snippets for code completion in C / C++
+ Set clang_complete binds jump-to declaration and jump-out to + and _ respectively
+ Add information to vimrc to allow adjusting clang options
+ Highlight column 80 on cpp and c files
+ Revert to unicode symbols by default, left powerline symbols commented out for now
2021-03-03 16:11:33 +00:00
Shaun Reed 516e6c1992 Update README 2020-11-25 06:55:27 -05:00
Shaun Reed a3308b64df Update README 2020-11-23 14:30:48 -05:00
Shaun Reed 6ef6f806d3 Reduce the scope of searching for libclang
+ Checks the /usr/ directory recursively

Add example path to more common libclang1
+ libclang-10-dev is not available on WSL
2020-06-15 09:33:46 -04:00
Shaun Reed da17f5423f Remove find command from bash aliases
+ Fix for slow starting terminal sessions
+ Require user to configure clang path following commands in README
2020-06-15 09:19:25 -04:00
Shaun Reed 138ccc7e51 Make path to libclang universal, update vimrc
Added Ale plugin for running linters
+ Changed unicode error and warning symbols
+ Added keybind for moving to next / previous errors

Update vimrc to use environment variable /usr/lib/llvm-10/lib/libclang.so.1 for clang path
+ This is automatically adjusted to the system clang path via output of 'find / -name libclang.so.1'
+ Requires some derivative of libclang to be installed, along with clang

Add whitespace check function to vimrc
+ Removes whitespaces from every relative file saved with vim
+ list of files found within ~/.vimrc

Add Colorizer plugin keybind for toggling color highlights within vim

Add environment variables $EDITOR and $VISUAL and set both to point to vim

Add a script to fix a common issue in vbox displays
+ running fix-vbox.sh corrects unclickable portion of the screen
2020-06-11 14:00:01 -04:00
Shaun Reed adf0255224 README.md 2020-02-19 07:05:07 +00:00
Shaun Reed 6792c978dd Remove outdated info in README, screenshots 2020-02-19 06:37:29 +00:00
Shaun Reed c23f7e263d Update README, screens for debian branch 2020-01-20 15:31:39 -05:00
Shaun Reed 63b85d22a5 Update README with git recursion 2019-11-17 14:00:48 -05:00
Shaun Reed 5cfd6b608a Clean comments, add screenshot 2019-11-14 09:54:43 -05:00
Shaun Reed b24321d392 Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
Shaun Reed e680fc47cc Add package lists, not to be stowed (yet) but for future reference 2019-10-18 18:59:47 -04:00
Shaun Reed bcaaa81ecc Update README 2019-09-14 06:11:23 -04:00
Shaun Reed 5b16bf4210 Setup stow 2019-09-13 19:28:05 -04:00