diff options
author | rafa_99 <rafa99@protonmail.com> | 2019-06-02 15:33:42 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2019-06-02 15:33:42 +0000 |
commit | 911a2f40a06149268313509cabbe8e512ed09f2d (patch) | |
tree | 1306aa06fd085d8ef21e890904272f8bf0e4d7f2 | |
parent | e2b1b903a46292b831a9509d3343e8bbec1d48b3 (diff) |
Updated README.md and added a Install Script
-rwxr-xr-x | InstallScript.sh | 13 | ||||
-rw-r--r-- | README.md | 29 |
2 files changed, 41 insertions, 1 deletions
diff --git a/InstallScript.sh b/InstallScript.sh new file mode 100755 index 0000000..19efd46 --- /dev/null +++ b/InstallScript.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +echo "######################" +echo "# dotfiles Installer #" +echo "######################" +echo " for Arch Linux " +echo "**********************" + +pacman -S base-devel vim ncmpcpp mpd mpc xcompmgr xwallpaper xclip newsboat ranger zathura R qutebrowser tcl tk mpv +cp -rf .* $HOME +cp -rf Pictures/* $HOME/Pictures/ +rm -rf $HOME/.git +xrdb $HOME/.Xresources @@ -1,3 +1,30 @@ # dotfiles -My personal configuration
\ No newline at end of file +My personal configuration + +## Currently using: + +* [dwm](https://gitlab.com/rafa_99/dwm) (Dynamic Window Manager) +* [surf](https://gitlab.com/rafa_99/surf) (Web Browser/HTML Viewer) +* [dmenu](https://gitlab.com/rafa_99/dmenu) (Application Launcher/Menu Selector) +* [st](https://gitlab.com/rafa_99/st) (Terminal) +* cava (Music Player Visualizer *AUR*) +* MPC (Music Player Client) +* MPD (Music Player Daemon) +* ncmpcpp (Terminal Based Music Player) +* newsboat (Terminal Based RSS Feed/Atom Reader) +* R (Language for data analysis and graphics) +* ranger (Terminal Based File Manager) +* vim (Terminal Based Text Editor) +* zathura (Vim based PDF Reader) + + + +### No longer using: + +* conky +* i3 +* openbox +* polybar +* rofi +* tint2 |