Merge branch 'master' of git.roosens.me:Chewing_Bever/dotfiles

master
Jef Roosens 2021-04-21 14:43:54 +02:00
commit 20ab00736c
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
3 changed files with 22 additions and 7 deletions

View File

@ -2,14 +2,9 @@
let PROMPT = '${c::cyan,bold}${USER}${c::reset}\@${c::green,bold}${HOST}${c::reset}: ${c::yellow,bold}${PWD}
${c::0xFF}>${c::reset} '
# Environment variables
export EDITOR=nvim
# Aliases
alias mongo="docker run --rm -d -p '27017:27017' mongo:latest"
## general
alias 'c=clear'
alias 'e=$EDITOR'
@ -22,6 +17,8 @@ alias 'd=docker'
## docker-compose
alias 'dc=docker-compose'
alias 'dcu=docker-compose up --detach --build && docker-compose logs --follow'
alias 'dcb=docker-compose build'
alias 'dcd=docker-compose down'
alias 'dcl=docker-compose logs'
@ -29,12 +26,11 @@ alias 'dcl=docker-compose logs'
alias ls='lsd --color=auto'
alias ll='lsd --color=auto --long --almost-all'
## Dotfiles
alias dots="git --git-dir='$HOME/.cfg' --work-tree='$HOME'"
# Update PATH
let to_add = [ '~/.local/bin' '/home/jjr/.cargo/bin' ]
let to_add = [ '/home/jjr/.local/bin' '/home/jjr/.cargo/bin' ]
for dir in @to_add
if exists -d "$dir"

9
LICENSE 100644
View File

@ -0,0 +1,9 @@
MIT License
Copyright (c) <year> <copyright holders>
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.

10
README.md 100644
View File

@ -0,0 +1,10 @@
# dotfiles
This repo contains the various dotfiles I use on my machines.
# List of contents
This repo contains the following configuration files:
* `.config/ion/initrc`: init file for the [Ion shell](https://github.com/redox-os/ion)
* `.config/picom.conf`: used for the Picom compositor