Compare commits
No commits in common. "af51c93b1e91e01ec5520e855848f12636123b15" and "d60b167bfbc2688d72f12594b8881b89c79fd31e" have entirely different histories.
af51c93b1e
...
d60b167bfb
10
.i3/config
10
.i3/config
@ -12,14 +12,12 @@
|
|||||||
## Set Dvorak, because, SMRT
|
## Set Dvorak, because, SMRT
|
||||||
exec "setxkbmap dvorak"
|
exec "setxkbmap dvorak"
|
||||||
exec "xset dpms 0 0 450"
|
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 /home/ahosking/.fehbg
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id nextcloud
|
exec --no-startup-id nextcloud
|
||||||
exec --no-startup-id insync start
|
exec --no-startup-id insync start
|
||||||
exec --no-startup-id redshift-gtk
|
exec --no-startup-id redshift-gtk
|
||||||
exec killall -q notify-osd
|
|
||||||
exec --no-startup-id dunst -config ~/.i3/config_dunst
|
|
||||||
|
|
||||||
set $mod Mod4
|
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
|
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||||
|
|
||||||
# Print Screen / ScreenShot
|
# Print Screen / ScreenShot
|
||||||
bindsym $Mod+Shift+Print exec scrot $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H%M%S`.png #FullScreen
|
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 $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 --release Print exec scrot -s $HOME/Pictures/ScreenShoots/`date +%Y-%m-%d_%H:%M:%S`.png #Selection
|
||||||
|
|
||||||
# Pulse Audio controls
|
# Pulse Audio controls
|
||||||
## requires alsa-utils pulseaudio
|
## requires alsa-utils pulseaudio
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#### Home SSH Config
|
#### Home SSH Config
|
||||||
host home
|
host home
|
||||||
hostname git.ahoskingit.com
|
hostname home.ahoskingit.com
|
||||||
user ahosking
|
user ahosking
|
||||||
port 87
|
|
||||||
|
|
||||||
host home-decrypt
|
host home-decrypt
|
||||||
hostname 192.168.1.187
|
hostname 192.168.1.187
|
||||||
@ -10,11 +9,8 @@ host home-decrypt
|
|||||||
port 4422
|
port 4422
|
||||||
|
|
||||||
host git.ahoskingit.com
|
host git.ahoskingit.com
|
||||||
#hostname git.ahoskingit.com
|
hostname git.ahoskingit.com
|
||||||
#hostname 99.240.201.161
|
|
||||||
hostname 192.168.1.19
|
|
||||||
port 9022
|
port 9022
|
||||||
identityfile ~/.ssh/ahosking
|
|
||||||
|
|
||||||
host home-desktop
|
host home-desktop
|
||||||
hostname 192.168.1.187
|
hostname 192.168.1.187
|
||||||
|
@ -1,13 +1,3 @@
|
|||||||
Host indigo.bitbucket.org
|
Host indigo.bitbucket.org
|
||||||
HostName bitbucket.org
|
HostName bitbucket.org
|
||||||
IdentityFile ~/.ssh/indigo
|
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
|
|
||||||
|
13
install.sh
13
install.sh
@ -13,21 +13,22 @@ export EXTRA_DIR
|
|||||||
mkdir -p ~/apps
|
mkdir -p ~/apps
|
||||||
|
|
||||||
### install packages
|
### install packages
|
||||||
sudo apt-get install -y -f python3-pip python3-dev powerline arandr
|
## sudo apt-get install -y -f python-pip python-dev powerline arandr
|
||||||
sudo apt install -y -f vagrant
|
|
||||||
|
## install kryptonite
|
||||||
|
##curl https://krypt.co/kr | sh
|
||||||
|
|
||||||
#vim backup folders
|
#vim backup folders
|
||||||
mkdir -p ~/.vim/{backup_files,swap_files,undo_files}
|
mkdir -p ~/.vim/{backup_files,swap_files,undo_files}
|
||||||
#install vundle
|
#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
|
#Install pyenv
|
||||||
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
|
##git clone https://github.com/pyenv/pyenv.git ~/.pyenv
|
||||||
|
|
||||||
# Bunch of symlinks
|
# Bunch of symlinks
|
||||||
ln -sfv $PWD ~/.dotfiles
|
ln -sfv ~/dotfiles ~/.dotfiles
|
||||||
#ln -sfv "$DOTFILES_DIR/run/.bash_profile" ~
|
#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 ~/.vim/bundle/vimspectr/shell ~/.vimspectr-shell
|
||||||
ln -sfv "$DOTFILES_DIR/run/.profile" ~
|
ln -sfv "$DOTFILES_DIR/run/.profile" ~
|
||||||
ln -sfv "$DOTFILES_DIR/run/.xprofile" ~
|
ln -sfv "$DOTFILES_DIR/run/.xprofile" ~
|
||||||
|
20
run/.bashrc
20
run/.bashrc
@ -144,15 +144,13 @@ if ! shopt -oq posix; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Powerline configuration
|
if [ -f `which powerline-daemon` ]; then
|
||||||
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
|
|
||||||
powerline-daemon -q
|
powerline-daemon -q
|
||||||
POWERLINE_BASH_CONTINUATION=1
|
POWERLINE_BASH_CONTINUATION=1
|
||||||
POWERLINE_BASH_SELECT=1
|
POWERLINE_BASH_SELECT=1
|
||||||
source /usr/share/powerline/bindings/bash/powerline.sh
|
. /usr/share/powerline/bindings/bash/powerline.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Persistent Bash History to alternative dotfile
|
# Persistent Bash History to alternative dotfile
|
||||||
log_bash_persistent_history()
|
log_bash_persistent_history()
|
||||||
{
|
{
|
||||||
@ -175,7 +173,7 @@ run_on_prompt_command()
|
|||||||
log_bash_persistent_history
|
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!!!
|
## Keyboard Mapping!!!
|
||||||
setxkbmap dvorak
|
setxkbmap dvorak
|
||||||
@ -183,10 +181,10 @@ export PYENV_ROOT="$HOME/.pyenv"
|
|||||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
source ~/bin/bruise
|
source ~/bin/bruise
|
||||||
#export PATH="$PATH:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
#export PATH="$PATH:/opt/trello:/opt/pycharm/bin"
|
export PATH="$PATH:/opt/trello:/opt/pycharm/bin"
|
||||||
#export XDG_CURRENT_DESKTOP=GNOME
|
export XDG_CURRENT_DESKTOP=GNOME
|
||||||
|
|
||||||
#alias nemo='nemo --no-desktop'
|
alias nemo='nemo --no-desktop'
|
||||||
#eval `dircolors ~/.vimspectr-shell/dircolors`
|
eval `dircolors ~/.vimspectr-shell/dircolors`
|
||||||
#[ -n "$PS1" ] && sh ~/.vimspectr-shell/vimspectr60-dark
|
[ -n "$PS1" ] && sh ~/.vimspectr-shell/vimspectr60-dark
|
||||||
|
Loading…
Reference in New Issue
Block a user