|
5 days ago | |
---|---|---|
ntb | 2 months ago | |
pkglst | 3 weeks ago | |
tmux | 5 days ago | |
.gitignore | 10 months ago | |
LICENSE | 11 months ago | |
README.md | 5 days ago | |
TODO.md | 5 days ago | |
aliash.sh | 5 days ago | |
backup.sh | 10 months ago | |
colpal.sh | 10 months ago | |
fahrenheit.sh | 7 months ago | |
md5autoalias-mail.sh | 2 months ago | |
mfetch.sh | 10 months ago | |
pkg.sh | 10 months ago | |
playgame.sh | 10 months ago | |
pro.sh | 10 months ago | |
vspvc.sh | 3 weeks ago | |
wrk.sh | 10 months ago |
All scripts have no claim to completeness or even the integrity of your computer. Check them before you use them.
A small collection of scripts, that I use daily. I bind them with aliases in
.bashrc
or .zshrc
file.
I use the community edition of Manjaro Linux with the i3 window manager.
This files are saved in my home directory.
Type the follow lines in your terminal:
$ git clone https://codeberg.org/KubikPixel/scripts.git
$ mkdir ~/.local/share/scripts
$ mv ./MyDailyScripts/* ~/.local/share/scripts
$ rmdir ./scripts
$ chmod +x ~/.local/share/scripts/*.sh
$ chmod +x ~/.local/share/scripts/*.py
Add aliasses to your .bashrc
or .zshrc
with the line in there:
include ~/.local/share/scripts/aliash.sh
Additional applications are installed on my system for my daily workflow, all out of the manjaro stable repo and AUR. For detailed prepare instructions to handle dotfiles see here...
After then install additional packages:
$ pkg -i
.Xresources
For the actual To-Do's see the TODO.md file. This file is generated from Taskell, a CLI Kanban board.
See LICENSE file for details.
Copyright (c) 2020 KubikPixel
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.