From 31d4ae8592d8166e793ddda6ebe9d3c0ff1b9167 Mon Sep 17 00:00:00 2001 From: samedamci Date: Sun, 8 Mar 2020 17:15:24 +0100 Subject: [PATCH] Move dotman to main catalog and update LICENSE. --- LICENSE | 2 +- README.md | 2 +- installer/dotman => dotman | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename installer/dotman => dotman (98%) diff --git a/LICENSE b/LICENSE index 0bc5541..26a77e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Wiktor Zykubek +Copyright (c) 2020 samedamci Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 885826f..a0b5799 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ **B**tw. **I** **u**se **A**rch **L**inux # Installation -To install setup clone repo to your disk, switch folder and use `python3 installer/dotman`. +To install setup clone repo to your disk, switch folder and use `./dotman`. ## Hot stuff: diff --git a/installer/dotman b/dotman similarity index 98% rename from installer/dotman rename to dotman index 8f48c23..c43315e 100644 --- a/installer/dotman +++ b/dotman @@ -23,7 +23,7 @@ makepkg -si # install all dependencies and packages yay -S neovim qutebrowser telegram-desktop minecraft-launcher dunst bspwm sxhkd htop mpd ncmpcpp picom ranger rofi transmission vlc zsh youtube-dl grc curl wget dmenu xclip figlet w3m xorg-server xorg-xinit ttf-font-awesome ttf-dejavu vifm feh xorg-xsetroot lxappearance python-pip alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man checkupdates+aur pacman-contrib polybar ccls clang eslint python-pylsl flake8 shell shellcheck clang-format-linter-git prettier python-black -pip3 install --user pynvim +pip3 install --user -U pynvim msgpack # build and install st cd ..