Latest changes for Ubuntu 18
This commit is contained in:
parent
87fed80c18
commit
40a7c55503
@ -1,2 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/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
|
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
|
mkdir -p ~/apps
|
||||||
|
|
||||||
### install packages
|
### 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
|
## install kryptonite
|
||||||
curl https://krypt.co/kr | sh
|
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/.profile" ~
|
||||||
ln -sfv "$DOTFILES_DIR/run/.xprofile" ~
|
ln -sfv "$DOTFILES_DIR/run/.xprofile" ~
|
||||||
ln -sfv "$DOTFILES_DIR/run/.bashrc" ~
|
ln -sfv "$DOTFILES_DIR/run/.bashrc" ~
|
||||||
|
mkdir ~/bin
|
||||||
ln -sfv "$DOTFILES_DIR/system/.bruise" ~/bin/bruise
|
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/system/.keybrightness" ~/bin/keybrightness
|
||||||
ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~
|
ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~
|
||||||
ln -sfv "$DOTFILES_DIR/system/.vimrc" ~
|
ln -sfv "$DOTFILES_DIR/system/.vimrc" ~
|
||||||
|
@ -183,11 +183,11 @@ setxkbmap dvorak
|
|||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
source ~/apps/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/vimspectr90wflat-dark
|
[ -n "$PS1" ] && sh ~/.vimspectr-shell/vimspectr90-dark
|
||||||
|
@ -17,7 +17,7 @@ Plugin 'nightsense/vimspectr'
|
|||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
" Themes from https://github.com/nightsense/vimspectr
|
" Themes from https://github.com/nightsense/vimspectr
|
||||||
colorscheme vimspectr90wflat-dark
|
colorscheme vimspectr90-dark
|
||||||
"let g:vimspectr60flat_dark_StatusLine = 'orange'
|
"let g:vimspectr60flat_dark_StatusLine = 'orange'
|
||||||
|
|
||||||
"execute pathogen#infect('bundle/{}')
|
"execute pathogen#infect('bundle/{}')
|
||||||
|
Loading…
Reference in New Issue
Block a user