mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Small updates
This commit is contained in:
@@ -16,6 +16,14 @@
|
|||||||
- i3
|
- i3
|
||||||
- polybar
|
- polybar
|
||||||
|
|
||||||
|
- name: Development Environment
|
||||||
|
become: true
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- build-essential
|
||||||
|
- ninja-build
|
||||||
|
- luarocks
|
||||||
|
|
||||||
- name: Capture Tools
|
- name: Capture Tools
|
||||||
become: true
|
become: true
|
||||||
apt:
|
apt:
|
||||||
|
|||||||
6
profile
6
profile
@@ -26,6 +26,6 @@ if [ -d "$HOME/.local/bin" ] ; then
|
|||||||
PATH="$HOME/.local/bin:$PATH"
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$PS1" ] && [ -z "$TMUX" ] && [ -z "$SSH_TTY" ] && [ -t 1 ]; then
|
#if [ -n "$PS1" ] && [ -z "$TMUX" ] && [ -z "$SSH_TTY" ] && [ -t 1 ]; then
|
||||||
tmux attach-session -t main || tmux new-session -s main
|
# tmux attach-session -t main || tmux new-session -s main
|
||||||
fi
|
#fi
|
||||||
|
|||||||
Reference in New Issue
Block a user