Update vimspectr and colors
This commit is contained in:
commit
7a0b41d1c7
@ -11,8 +11,8 @@
|
||||
|
||||
## Set Dvorak, because, SMRT
|
||||
exec "setxkbmap dvorak"
|
||||
exec /home/ahosking/.screenlayout/lyrical.sh
|
||||
exec --no-startup-id ~/.fehbg
|
||||
exec /home/ahosking/.screenlayout/home_desktop.sh
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id insync start
|
||||
|
2
.screenlayout/home_desktop.sh
Executable file
2
.screenlayout/home_desktop.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DP-1 --off --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --output HDMI-2 --mode 2560x1440_24.00 --pos 3840x0 --rotate normal
|
4
.screenlayout/lyrical.sh
Executable file
4
.screenlayout/lyrical.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
xrandr --newmode "2560x1440_24.00" 113.75 2560 2648 2904 3248 1440 1443 1448 1463 -hsync +vsync
|
||||
xrandr --addmode HDMI-2 2560x1440_24.00
|
||||
xrandr --output DP-1 --off --output HDMI-1 --primary --mode 3840x2160 --pos 0x0 --rotate normal --output HDMI-2 --mode 2560x1440_24.00 --pos 3840x0 --rotate normal
|
@ -13,7 +13,7 @@ export EXTRA_DIR
|
||||
mkdir -p ~/apps
|
||||
|
||||
### install packages
|
||||
sudo apt-get install -y -f python-pip python-dev powerline
|
||||
sudo apt-get install -y -f python-pip python-dev powerline arandr
|
||||
|
||||
## install kryptonite
|
||||
curl https://krypt.co/kr | sh
|
||||
@ -33,7 +33,9 @@ ln -sfv ~/.vim/bundle/vimspectr/shell ~/.vimspectr-shell
|
||||
ln -sfv "$DOTFILES_DIR/run/.profile" ~
|
||||
ln -sfv "$DOTFILES_DIR/run/.xprofile" ~
|
||||
ln -sfv "$DOTFILES_DIR/run/.bashrc" ~
|
||||
mkdir ~/bin
|
||||
ln -sfv "$DOTFILES_DIR/system/.bruise" ~/bin/bruise
|
||||
ln -sfv "$DOTFILES_DIR/.screenlayout" ~
|
||||
ln -sfv "$DOTFILES_DIR/system/.keybrightness" ~/bin/keybrightness
|
||||
ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~
|
||||
ln -sfv "$DOTFILES_DIR/system/.vimrc" ~
|
||||
|
@ -183,11 +183,11 @@ setxkbmap dvorak
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
source ~/apps/bruise
|
||||
source ~/bin/bruise
|
||||
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/vimspectr90wflat-dark
|
||||
[ -n "$PS1" ] && sh ~/.vimspectr-shell/vimspectr90-dark
|
||||
|
Loading…
Reference in New Issue
Block a user