Skip to content

alexebird/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

974bd6e · Feb 19, 2025
Nov 21, 2022
Feb 19, 2025
Oct 21, 2021
Mar 17, 2022
Jul 20, 2022
Mar 12, 2019
Nov 5, 2021
Jun 29, 2017
Jul 8, 2024
Dec 5, 2023
Nov 29, 2018
Dec 5, 2019
Jun 13, 2018
Apr 2, 2020

Repository files navigation

BIRD'S DOTFILES

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

LUBUNTU

Caps-Lock remap

# in ~/.profile, after sourcing bashrc

setxkbmap -option 'caps:ctrl_modifier'
xcape -e 'Caps_Lock=Escape'

Digital Clock

%a %b %d %I:%M:%S %p

Swoop

In ~/.config/openbox/lubuntu-rc.xml:

    <!-- custom - windows-s -->
    <keybind key="W-s">
      <action name="Execute">
        <command>bash /home/bird/bin/swoop.sh</command>
      </action>
    </keybind>
    <!-- /custom -->

You may need to edit swoop.sh to have the correct resolution for the monitor.

MACOS

  • compiled neovim from source to get clipboard functionality

keyboard/mouse

defaults write -g ApplePressAndHoldEnabled -bool false
defaults write .GlobalPreferences com.apple.mouse.scaling -1

defaults write -g InitialKeyRepeat -int 12 # normal minimum is 15 (225 ms)
# or
defaults write -g InitialKeyRepeat -int 11

defaults write -g KeyRepeat -int 0 # normal minimum is 2 (30 ms)
# or
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)

gnu tools, coreutils, brew installs

brew install coreutils
brew install binutils
brew install diffutils
brew install ed
brew install findutils
brew install gawk
brew install gnu-indent
brew install gnu-sed
brew install gnu-tar
brew install gnu-which
brew install gnutls
brew install grep
brew install time
brew install screen
brew install watch
brew install wdiff
brew install wget
brew install less
brew install gzip
brew install python3
brew install autojump
brew install figlet

pip install awscli