mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 19:08:16 +00:00
Nope, forget the alias for stow
This commit is contained in:
@@ -12,19 +12,6 @@ function update-dotfiles() {
|
|||||||
cd $prevdir
|
cd $prevdir
|
||||||
}
|
}
|
||||||
|
|
||||||
# Function to manage basic stowage tasks as stow
|
|
||||||
function stow() {
|
|
||||||
if [ -d "${HOME}/.dotfiles" ]; then
|
|
||||||
if [ -d "${HOME}/.dotfiles/$1" ]; then
|
|
||||||
$HOME/.dotfiles/bin/bin/stowage $HOME/.dotfiles/$1
|
|
||||||
else
|
|
||||||
echo "Can't find $1 to stow"
|
|
||||||
echo "List of packages:"
|
|
||||||
ls -1 $HOME/.dotfiles
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
function add-sshkey() {
|
function add-sshkey() {
|
||||||
TIMEOUT="2h"
|
TIMEOUT="2h"
|
||||||
NAME=$1
|
NAME=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user