Compare commits

..

No commits in common. "af51c93b1e91e01ec5520e855848f12636123b15" and "d60b167bfbc2688d72f12594b8881b89c79fd31e" have entirely different histories.

5 changed files with 22 additions and 39 deletions

View File

@ -12,14 +12,12 @@
## Set Dvorak, because, SMRT
exec "setxkbmap dvorak"
exec "xset dpms 0 0 450"
#exec /home/ahosking/.screenlayout/home_desktop.sh
exec /home/ahosking/.screenlayout/home_desktop.sh
exec /home/ahosking/.fehbg
exec --no-startup-id nm-applet
exec --no-startup-id nextcloud
exec --no-startup-id insync start
exec --no-startup-id redshift-gtk
exec killall -q notify-osd
exec --no-startup-id dunst -config ~/.i3/config_dunst
set $mod Mod4
@ -58,9 +56,9 @@ bindsym Control+space exec rofi -show combi -modi combi -lines 7 -eh 2 -width 10
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# Print Screen / ScreenShot
bindsym $Mod+Shift+Print exec scrot $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H%M%S`.png #FullScreen
bindsym $Mod+Print exec scrot -u $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H%M%S`.png #Active Window
bindsym --release Print exec scrot -s $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H%M%S`.png #Selection
bindsym $Mod+Shift+Print exec scrot $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H:%M:%S`.png #FullScreen
bindsym $Mod+Print exec scrot -u $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H:%M:%S`.png #Active Window
bindsym --release Print exec scrot -s $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H:%M:%S`.png #Selection
# Pulse Audio controls
## requires alsa-utils pulseaudio

View File

@ -1,8 +1,7 @@
#### Home SSH Config
host home
hostname git.ahoskingit.com
hostname home.ahoskingit.com
user ahosking
port 87
host home-decrypt
hostname 192.168.1.187
@ -10,11 +9,8 @@ host home-decrypt
port 4422
host git.ahoskingit.com
#hostname git.ahoskingit.com
#hostname 99.240.201.161
hostname 192.168.1.19
hostname git.ahoskingit.com
port 9022
identityfile ~/.ssh/ahosking
host home-desktop
hostname 192.168.1.187

View File

@ -1,13 +1,3 @@
Host indigo.bitbucket.org
HostName bitbucket.org
IdentityFile ~/.ssh/indigo
host elastic-0
hostname 13.88.238.68
user ahosking
IdentityFile ~/.ssh/ahosking
host kibana-0
hostname 52.237.13.25
user ahosking
IdentityFile ~/.ssh/ahosking

View File

@ -13,21 +13,22 @@ export EXTRA_DIR
mkdir -p ~/apps
### install packages
sudo apt-get install -y -f python3-pip python3-dev powerline arandr
sudo apt install -y -f vagrant
## sudo apt-get install -y -f python-pip python-dev powerline arandr
## install kryptonite
##curl https://krypt.co/kr | sh
#vim backup folders
mkdir -p ~/.vim/{backup_files,swap_files,undo_files}
#install vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
##git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
#Install pyenv
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
##git clone https://github.com/pyenv/pyenv.git ~/.pyenv
# Bunch of symlinks
ln -sfv $PWD ~/.dotfiles
ln -sfv ~/dotfiles ~/.dotfiles
#ln -sfv "$DOTFILES_DIR/run/.bash_profile" ~
git clone https://github.com/nightsense/vimspectr.git ~/.vim/bundle/vimspectr
ln -sfv ~/.vim/bundle/vimspectr/shell ~/.vimspectr-shell
ln -sfv "$DOTFILES_DIR/run/.profile" ~
ln -sfv "$DOTFILES_DIR/run/.xprofile" ~

View File

@ -144,15 +144,13 @@ if ! shopt -oq posix; then
fi
# Powerline configuration
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
if [ -f `which powerline-daemon` ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
source /usr/share/powerline/bindings/bash/powerline.sh
. /usr/share/powerline/bindings/bash/powerline.sh
fi
# Persistent Bash History to alternative dotfile
log_bash_persistent_history()
{
@ -175,7 +173,7 @@ run_on_prompt_command()
log_bash_persistent_history
}
PROMPT_COMMAND="run_on_prompt_command && source /usr/share/powerline/bindings/bash/powerline.sh"
PROMPT_COMMAND="run_on_prompt_command && _powerline_set_prompt"
## Keyboard Mapping!!!
setxkbmap dvorak
@ -183,10 +181,10 @@ export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
source ~/bin/bruise
#export PATH="$PATH:$HOME/.local/bin"
#export PATH="$PATH:/opt/trello:/opt/pycharm/bin"
#export XDG_CURRENT_DESKTOP=GNOME
export PATH="$PATH:$HOME/.local/bin"
export PATH="$PATH:/opt/trello:/opt/pycharm/bin"
export XDG_CURRENT_DESKTOP=GNOME
#alias nemo='nemo --no-desktop'
#eval `dircolors ~/.vimspectr-shell/dircolors`
#[ -n "$PS1" ] && sh ~/.vimspectr-shell/vimspectr60-dark
alias nemo='nemo --no-desktop'
eval `dircolors ~/.vimspectr-shell/dircolors`
[ -n "$PS1" ] && sh ~/.vimspectr-shell/vimspectr60-dark