From 170d454dc213de364928298632892da6a2755404 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 26 Sep 2017 18:38:39 -0500 Subject: install.sh --- dotfiles/bashrc.sync | 2 ++ i3/config | 4 +--- i3/lock.sh | 2 +- install.sh | 23 +++++++++++++++++++++++ 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 dotfiles/bashrc.sync create mode 100755 install.sh diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync new file mode 100644 index 0000000..da01b29 --- /dev/null +++ b/dotfiles/bashrc.sync @@ -0,0 +1,2 @@ +export PS1="\h \\$ \[$(tput sgr0)\]" +export PATH="/opt/anaconda/bin:$PATH" diff --git a/i3/config b/i3/config index 0aa8190..f728aec 100644 --- a/i3/config +++ b/i3/config @@ -27,8 +27,6 @@ bindsym $mod+Shift+q kill #bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -i -nb '#373b41' -sb '#373b41' -sf '#f0c67i4'" bindsym $mod+d exec rofi -show run -hide-scrollbar -separator-style "solid" - - # i3lock bindsym $mod+l exec ~/.config/i3/lock.sh exec xautolock -time 15 -locker '~/.config/i3/lock.sh' @@ -174,4 +172,4 @@ gaps inner 10 gaps outer 0 smart_gaps on for_window [class="^.*"] border pixel 5 -hide_edge_borders both \ No newline at end of file +hide_edge_borders both diff --git a/i3/lock.sh b/i3/lock.sh index d60f0df..40554b7 100755 --- a/i3/lock.sh +++ b/i3/lock.sh @@ -2,5 +2,5 @@ scrot /tmp/screen.png convert /tmp/screen.png -scale 10% -scale 1000% /tmp/screen.png [[ -f $1 ]] && convert /tmp/screen.png $1 -gravity center -composite -matte /tmp/screen.png -i3lock -i /tmp/screen.png +i3lock -i /tmp/screen.png -k --timesize=50 --datesize=50 --radius=200 --datestr="%Y-%m-%d" --timecolor=f0c674ff --datecolor=f0c674ff --indicator --timepos="ix-cw/2:iy-cw/6" --datepos="tx:ty-50" rm /tmp/screen.png diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..8bc1d9d --- /dev/null +++ b/install.sh @@ -0,0 +1,23 @@ +# utilities +sudo pacman -S git --needed +sudo pacman -S xterm --needed +sudo pacman -S yaourt --needed +sudo pacman -S xclip --needed +sudo pacman -S vim --needed +sudo pacman -S imagemagick --needed +sudo pacman -S scrot --needed +yaourt -S insync --needed + +# i3 +yaourt -S i3-gaps --needed +sudo pacman -S i3status --needed +sudo pacman -S rofi --needed +yaourt -S i3lock-color-git --needed + +# anaconda +yaourt -S anaconda --needed --tmp ~/Desktop + +# applications +sudo pacman -S emacs --needed +git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d +yaourt -S slack-desktop --needed -- cgit v1.2.3